We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd0448 + ab0ef22 commit 5fe7f9fCopy full SHA for 5fe7f9f
docs/source/installation/quick-start.html
@@ -174,6 +174,8 @@
174
},
175
"torch-2.7.0": {
176
"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",
179
"cpu": "pip3 install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu"
180
}
181
};
0 commit comments