Skip to content
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

Query about how to install model checkpoints #6

Open
URRealHero opened this issue Feb 8, 2025 · 1 comment
Open

Query about how to install model checkpoints #6

URRealHero opened this issue Feb 8, 2025 · 1 comment

Comments

@URRealHero
Copy link

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

@ljhhh651
Copy link

Hi, you can use pip install -r baichuan_omni_requirements.txt to install dependencies.
please see https://github.com/baichuan-inc/Baichuan-Omni-1.5/blob/main/baichuan_omni_requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants