fix python version typo for building 3.11 (#3454)

This commit is contained in:
Wing Lian
2026-03-04 09:53:35 -05:00
committed by GitHub
parent 653f90be25
commit b6b8db805a

View File

@@ -184,7 +184,7 @@ jobs:
- cuda: "128"
cuda_version: 12.8.1
cudnn_version: ""
python_version: "3.12"
python_version: "3.11"
pytorch: 2.10.0
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
dockerfile: "Dockerfile-uv-base"
@@ -192,7 +192,7 @@ jobs:
- cuda: "128"
cuda_version: 12.8.1
cudnn_version: ""
python_version: "3.1"
python_version: "3.12"
pytorch: 2.10.0
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
dockerfile: "Dockerfile-uv-base"