xtinkt 1 年之前
父節點
當前提交
de2c38ab1b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/petals/server/block_functions.py

+ 0 - 1
src/petals/server/block_functions.py

@@ -161,7 +161,6 @@ async def iterate_rpc_inference(
 
     async for request, step_metadata in input_iterator:
         if "last_validated_position" in step_metadata:
-            last_validated_position = min(step_metadata["last_validated_position"], prefix_length)
             assert prefix_length >= last_validated_position, f"prefix_length={prefix_length}, last_validated_position={last_validated_position}"
             prefix_length = last_validated_position