We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1ba73 commit 614c010Copy full SHA for 614c010
third-party-programs/ktransformers/custom_gguf/README.md
@@ -69,10 +69,10 @@ $ source /opt/intel/oneapi/setvars.sh
69
$ export LD_LIBRARY_PATH=~/workspace/xputorch/lib/python3.10/site-packages/torch/lib:$LD_LIBRARY_PATH
70
```
71
#### 3.2 Install xpu torch
72
-Install xpu torch through `pip install -r requirements.txt`. The requirements.txt is as follows:
+Install xpu torch through
73
+
74
---extra-index-url https://download.pytorch.org/whl/nightly/xpu
75
-torch==2.7.0.dev20250224+xpu
+pip install torch==2.7.0.dev20250305+xpu --extra-index-url https://download.pytorch.org/whl/nightly/xpu
76
77
78
### 4 Build the migrated ktransformers
0 commit comments