You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triton completions streaming stopped working in new litellm versions.
I think the regression happened during #7337 where the some of the code for handling streaming in handler.py got lost.
Relevant log output
Traceback (most recent call last):
File "/workspace/litellm_v1.60.6/litellm/litellm/litellm_core_utils/streaming_handler.py", line 1607, in __anext__
chunk = next(self.completion_stream)
TypeError: 'NoneType' object is not an iterator
Traceback (most recent call last):
File "/workspace/litellm_v1.60.6/litellm/litellm/litellm_core_utils/streaming_handler.py", line 1607, in __anext__
chunk = next(self.completion_stream)
TypeError: 'NoneType' object is not an iterator
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.60.6
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered:
What happened?
Triton completions streaming stopped working in new litellm versions.
I think the regression happened during #7337 where the some of the code for handling streaming in handler.py got lost.
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.60.6
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: