Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xtinkt committed Jul 2, 2024
1 parent 4285ddb commit b6801af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/petals/server/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ async def rpc_inference(
max_length = metadata.get("max_length")
points = metadata.get("points", 0)
session_id = metadata.get("session_id")
last_validated_position = metadata.get("last_validated_position", None)
alloc_timeout = float(metadata.get("alloc_timeout", 0.0))
args_structure = metadata.get("args_structure")
if not requested_uids:
Expand Down

0 comments on commit b6801af

Please sign in to comment.