We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "/home/zhejia/miniconda3/envs/xxx/lib/python3.10/site-packages/peft/peft_model.py", line 37, in <module> from transformers import Cache, DynamicCache, EncoderDecoderCache, PreTrainedModel My environment version: ...... tokenizers 0.15.2 tomli 2.2.1 tomlkit 0.12.0 torch 2.1.2+cu121 torch_scatter 2.1.2+pt22cu121 torchvision 0.16.2+cu121 tqdm 4.67.1 traitlets 5.14.3 transformers 4.39.3 ......
File "/home/zhejia/miniconda3/envs/xxx/lib/python3.10/site-packages/peft/peft_model.py", line 37, in <module> from transformers import Cache, DynamicCache, EncoderDecoderCache, PreTrainedModel
The text was updated successfully, but these errors were encountered:
It seems sth wrong with previous releases. pip install --upgrade transformers works for me.
pip install --upgrade transformers
Sorry, something went wrong.
No branches or pull requests
File "/home/zhejia/miniconda3/envs/xxx/lib/python3.10/site-packages/peft/peft_model.py", line 37, in <module> from transformers import Cache, DynamicCache, EncoderDecoderCache, PreTrainedModel
My environment version:
......
tokenizers 0.15.2
tomli 2.2.1
tomlkit 0.12.0
torch 2.1.2+cu121
torch_scatter 2.1.2+pt22cu121
torchvision 0.16.2+cu121
tqdm 4.67.1
traitlets 5.14.3
transformers 4.39.3
......
The text was updated successfully, but these errors were encountered: