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
I found a similar open issue regarding connection and streaming errors in the Langchain-Chatchat codebase. The issue is that agent mode with tools does not support streaming output in version 3.0.103. This limitation causes the model output to update only once after the entire output is complete, rather than streaming continuously [1].
Additionally, there is a suggestion to try using vllm instead of transformers to potentially resolve similar issues [2].
If the deprecation warning is related to a specific method in a Python library, it might be helpful to check the library's documentation for updated methods or alternatives.
The text was updated successfully, but these errors were encountered: