mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-05 20:19:51 +00:00
fix ipex-llm version to 2.3.0rc1
This commit is contained in:
parent
a3346c9a41
commit
a56aa45186
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ strings ~/anaconda3/envs/ktransformers/lib/libstdc++.so.6 | grep GLIBCXX
|
|||
Install PyTorch with XPU backend support and [IPEX-LLM](https://github.com/intel/ipex-llm):
|
||||
|
||||
```bash
|
||||
pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu
|
||||
pip install ipex-llm[xpu_2.6]==2.3.0rc1 --extra-index-url https://download.pytorch.org/whl/xpu
|
||||
pip uninstall torch torchvision torchaudio
|
||||
pip install torch==2.7+xpu torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu # install torch2.7
|
||||
pip uninstall intel-opencl-rt dpcpp-cpp-rt
|
||||
|
|
Loading…
Add table
Reference in a new issue