From b6b8db805ac32f5f16a02637ea49ee4a39f17501 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 4 Mar 2026 09:53:35 -0500 Subject: [PATCH] fix python version typo for building 3.11 (#3454) --- .github/workflows/base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index f025f5583..10326fba9 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -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"