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 29a7d50 commit d9e9aa8Copy full SHA for d9e9aa8
.github/workflows/build_wheels.yaml
@@ -31,11 +31,11 @@ jobs:
31
{
32
"python_version": "3.10",
33
"gpu_arch_type": "cuda",
34
- "gpu_arch_version": "12.9",
35
- "desired_cuda": "cu129",
36
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "12.8",
+ "desired_cuda": "cu128",
+ "container_image": "pytorch/manylinux2_28-builder:cuda12.8",
37
"package_type": "manywheel",
38
- "build_name": "manywheel-py3_10-cuda12_9",
+ "build_name": "manywheel-py3_10-cuda12_8",
39
"validation_runner": "linux.4xlarge.nvidia.gpu",
40
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
41
"channel": "nightly",
0 commit comments