Skip to content

Commit 614c010

Browse files
committed
update torch version
1 parent 1f1ba73 commit 614c010

File tree

1 file changed

+3
-3
lines changed
  • third-party-programs/ktransformers/custom_gguf

1 file changed

+3
-3
lines changed

third-party-programs/ktransformers/custom_gguf/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ $ source /opt/intel/oneapi/setvars.sh
6969
$ export LD_LIBRARY_PATH=~/workspace/xputorch/lib/python3.10/site-packages/torch/lib:$LD_LIBRARY_PATH
7070
```
7171
#### 3.2 Install xpu torch
72-
Install xpu torch through `pip install -r requirements.txt`. The requirements.txt is as follows:
72+
Install xpu torch through
73+
7374
```
74-
--extra-index-url https://download.pytorch.org/whl/nightly/xpu
75-
torch==2.7.0.dev20250224+xpu
75+
pip install torch==2.7.0.dev20250305+xpu --extra-index-url https://download.pytorch.org/whl/nightly/xpu
7676
```
7777

7878
### 4 Build the migrated ktransformers

0 commit comments

Comments
 (0)