'tools' Reference Not Found in Transformers 4.56.2 (Camel Framework's hugging_face_tool_agent.py) #3239
-
|
In my PyCharm, lines 55/56 of the file from transformers.tools import OpenAiAgent |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I resolved this issue by changing the version of the |
Beta Was this translation helpful? Give feedback.
I resolved this issue by changing the version of the
transformerspackage—thetoolsmodule has been removed in the newer versions of thetransformerspackage."pip install huggingface_hub==0.14.1 transformers==4.31.0 diffusers accelerate==0.20.3 datasets torch soundfile sentencepiece opencv-python"