Issues setting up #969
-
Hi guys, I'm new to LangTest just ran into it while doing so digging on LLM's and find this tool super interesting, I'm currently trying to run an example I found on the HuggingFace website
But I haven't been able to do so, I keep getting the following errors:
These are the versions I'm trying to run:
Also I'm trying to do this on PyCharm (Not sure if that may have anything to do with my problem) Thanks in advanced for any suggestion or help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @lpalomares I hope you're doing well. Can you check the Pydantic and transformers version? Please try this.
If you encountered the same error, kindly provide the complete error log for us to better understand the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @lpalomares Can you try running it on a new virtual environment using |
Beta Was this translation helpful? Give feedback.
Hi @lpalomares
Can you try running it on a new virtual environment using
pip install langtest[transformers]
? Also, please provide your OS information and Python version.