Skip to content

Commit 4b14dca

Browse files
authored
[LLM] delete fixed slots (PaddlePaddle#2893)
1 parent c8c280c commit 4b14dca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fastdeploy/engine/request.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,6 @@ class RequestOutput:
310310
None if decoder-only.
311311
num_cached_tokens: The number of tokens with prefix cache hit.
312312
"""
313-
__slots__ = (
314-
'request_id', 'prompt', 'prompt_token_ids', 'outputs',
315-
'finished', 'metrics', 'num_cached_tokens', 'error_code', 'error_msg'
316-
)
317313

318314
def __init__(
319315
self,

0 commit comments

Comments
 (0)