Torch 2.6 support for base docker image (#2312)

This commit is contained in:
Wing Lian
2025-02-05 09:24:02 -05:00
committed by GitHub
parent a620d481e2
commit a971eb4ce6

View File

@@ -40,6 +40,12 @@ jobs:
python_version: "3.11"
pytorch: 2.5.1
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
- cuda: "124"
cuda_version: 12.4.1
cudnn_version: ""
python_version: "3.11"
pytorch: 2.6.0
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
steps:
- name: Checkout
uses: actions/checkout@v4