Skip to content

Commit 5fe7f9f

Browse files
authored
Merge pull request #850 from marcjacquart/main
Fix CUDA 12_6 and 12_8 installation commands
2 parents 1cd0448 + ab0ef22 commit 5fe7f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/installation/quick-start.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
},
175175
"torch-2.7.0": {
176176
"cu118": "pip3 install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
177+
"cu126": "pip3 install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
178+
"cu128": "pip3 install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
177179
"cpu": "pip3 install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu"
178180
}
179181
};

0 commit comments

Comments
 (0)