ImportError (vector_quantize) when loading the model
#2
by
Jeronymous
- opened
I tried
import transformers
model = transformers.AutoModelForCausalLM.from_pretrained("baichuan-inc/Baichuan-Audio-Instruct", trust_remote_code=True)
It raises an error
ImportError: This modeling file requires the following packages that were not found in your environment: vector_quantize. Run `pip install vector_quantize`
How is supposed to be loaded and used this model?