add docker images for pytorch 2.10 (#697)

This commit is contained in:
Wing Lian
2023-10-07 12:23:31 -04:00
committed by GitHub
parent aca0398315
commit 7f2618b5f4
2 changed files with 15 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ jobs:
python_version: "3.10"
pytorch: 2.0.1
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 9.0+PTX"
- cuda: "118"
cuda_version: 11.8.0
python_version: "3.10"
pytorch: 2.1.0
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 9.0+PTX"
steps:
- name: Checkout
uses: actions/checkout@v3