Error while loading model shards
#7
by
famunir
- opened
While loading the model "Alibaba-NLP/gte-Qwen1.5-7B-instruct" as:
model = SentenceTransformer("Alibaba-NLP/gte-Qwen1.5-7B-instruct", trust_remote_code=True)
Got the following error.
ImportError: This modeling file requires the following packages that were not found in your environment: tokenization_qwen. Run pip install tokenization_qwen
Need more information about tokenization_qwen and its installation guide.
fixed now
Working perfectly. Thank you!
famunir
changed discussion status to
closed