-
Notifications
You must be signed in to change notification settings - Fork 316
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
No module named 'xtuner.parallel' #541
Comments
Hi! @828Tina Before the bug is resolved, you can degrade xtuner to 0.1.15, or install xtuner from source.
|
0.1.15也有此问题 |
@ILG2021 |
好的,谢谢。 |
@ILG2021 是的 官方的bitsandbytes不支持windows。可以关注一下这个 issue bitsandbytes-foundation/bitsandbytes#30 里面有人通过这个 repo 解决了问题,不过我们并未进行验证 |
环境按照步骤安装:conda create --name xtuner_lxy python=3.10 -y
pip install -U xtuner
可以正常使用xtuner命令检测数据集:xtuner check-custom-dataset /home/xtuner/internlm2_7b_qlora_alpaca_e3_copy.py
微调时出错:xtuner train internlm2_7b_qlora_alpaca_e3_copy.py --deepspeed deepspeed_zero2
[2024-04-02 11:50:21,749] [INFO] [real_accelerator.py:191:get_accelerator] Setting ds_accelerator to cuda (auto detect)
04/02 11:50:24 - mmengine - WARNING - WARNING: command error: 'No module named 'xtuner.parallel''!
04/02 11:50:24 - mmengine - WARNING -
Arguments received: ['xtuner', 'train', 'internlm2_7b_qlora_alpaca_e3_copy.py', '--deepspeed', 'deepspeed_zero2']. xtuner commands use the following syntax:
The text was updated successfully, but these errors were encountered: