-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
BUG when testing results of MTEB retrieval #132
Comments
Hi @tianyumyum, what version of |
I encountered the same issue yesterday while using this model. It started working after I downgraded the transformers to version 4.40.2. |
Thanks! |
@vaibhavad Hello! I have created a new conda environment with all the packages as in this issue.
The bug will happen when running |
I was running
mteb run -m McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp-supervised -t DBPedia ArguAna NFCorpus FiQA2018 --output_folder results_0 --device 0
But I got:
File "/mnt/ceph_home/zhongtianyun2023/miniconda3/envs/mteb_new/lib/python3.9/multiprocessing/pool.py", line 771, in get
raise self._value
AttributeError: 'LlamaBiModel' object has no attribute 'rotary_emb'
Batches: 0%| | 0/1 [00:07<?, ?it/s]
[W729 12:01:59.244093981 CudaIPCTypes.cpp:16] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
The text was updated successfully, but these errors were encountered: