You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDK what to download, I found a bc 1.5 on huggingface, should I download it? but when I just modify the MODEL_PATH to MODEL_PATH = "baichuan-inc/Baichuan-Omni-1d5"
An error occur:
File "/home/ls/miniforge3/envs/baichuan_omni/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 197, in check_imports
raise ImportError(
ImportError: This modeling file requires the following packages that were not found in your environment: vector_quantize. Run pip install vector_quantize
The text was updated successfully, but these errors were encountered:
IDK what to download, I found a bc 1.5 on huggingface, should I download it? but when I just modify the MODEL_PATH to MODEL_PATH = "baichuan-inc/Baichuan-Omni-1d5"
An error occur:
File "/home/ls/miniforge3/envs/baichuan_omni/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 197, in check_imports
raise ImportError(
ImportError: This modeling file requires the following packages that were not found in your environment: vector_quantize. Run
pip install vector_quantize
The text was updated successfully, but these errors were encountered: