-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support Request: Baichuan-M1-14B on Core Ultra #12810
Comments
follow this way #12808 pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu
run_baichun-m1-14b.py
(llm-arl-2.6) C:\Users\Lengda\Documents\AIGC_ov20250123\resources\service\models>python run_baichun-m1-14b.py
|
use transformers 4.45
|
(llm-arl-2.6) C:\Users\Lengda\Documents\AIGC_ov20250123\resources\service\models>python run_baichun-m1-14b.py
|
set SYCL_CACHE_PERSISTENT=1 Thanks! |
Hello, I try to run Baichuan-M1-14B on ARL-H windows 11, but failed. The following is some commands and error log.
Download Baichuan-M1-14B
modelscope download --model baichuan-inc/Baichuan-M1-14B-Instruct README.md --local_dir ./dir
install env
ImportError: This modeling file requires the following packages that were not found in your environment: flash_attn, einops. Run
pip install flash_attn einops
run_14b.py
The text was updated successfully, but these errors were encountered: