Skip to content

Commit b6801af

Browse files
committed
fix
1 parent 4285ddb commit b6801af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/petals/server/handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ async def rpc_inference(
150150
max_length = metadata.get("max_length")
151151
points = metadata.get("points", 0)
152152
session_id = metadata.get("session_id")
153-
last_validated_position = metadata.get("last_validated_position", None)
154153
alloc_timeout = float(metadata.get("alloc_timeout", 0.0))
155154
args_structure = metadata.get("args_structure")
156155
if not requested_uids:

0 commit comments

Comments
 (0)