We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bug from:
numpy 2.0.0 pypi_0 pypi
llamafactory-cli train -h
Error show as:
ImportError: cannot import name 'BUFSIZE' from 'numpy' (~/anaconda3/envs/llama_factory/lib/python3.10/site-packages/numpy/__init__.py)
Method:
pip install numpy==1.26.4
貌似不兼容numpy==2.0.0,我回退numpy==1.26.4即可正常运行llamafactory-cli train -h
The text was updated successfully, but these errors were encountered:
Same question!
Sorry, something went wrong.
fixed by #4382
No branches or pull requests
Reminder
System Info
The bug from:
Reproduction
Error show as:
Expected behavior
Method:
Others
貌似不兼容numpy==2.0.0,我回退numpy==1.26.4即可正常运行
llamafactory-cli train -h
The text was updated successfully, but these errors were encountered: