Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ox696c
ktransformers
Commits
a56aa451
You need to sign in or sign up before continuing.
Commit
a56aa451
authored
May 16, 2025
by
rnwang04
Browse files
fix ipex-llm version to 2.3.0rc1
parent
a3346c9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/en/xpu.md
doc/en/xpu.md
+1
-1
No files found.
doc/en/xpu.md
View file @
a56aa451
...
@@ -47,7 +47,7 @@ strings ~/anaconda3/envs/ktransformers/lib/libstdc++.so.6 | grep GLIBCXX
...
@@ -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
)
:
Install PyTorch with XPU backend support and
[
IPEX-LLM
](
https://github.com/intel/ipex-llm
)
:
```
bash
```
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 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
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
pip uninstall intel-opencl-rt dpcpp-cpp-rt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment