We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4285ddb commit b6801afCopy full SHA for b6801af
src/petals/server/handler.py
@@ -150,7 +150,6 @@ async def rpc_inference(
150
max_length = metadata.get("max_length")
151
points = metadata.get("points", 0)
152
session_id = metadata.get("session_id")
153
- last_validated_position = metadata.get("last_validated_position", None)
154
alloc_timeout = float(metadata.get("alloc_timeout", 0.0))
155
args_structure = metadata.get("args_structure")
156
if not requested_uids:
0 commit comments