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 39f257d commit 289d637Copy full SHA for 289d637
.github/workflows/unit_test.yml
@@ -58,8 +58,8 @@ jobs:
58
matrix:
59
container:
60
- 'pytorch/pytorch:2.4.1-cuda12.1-cudnn9-runtime'
61
- - 'pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime'
62
- - 'pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime'
+ #- 'pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime'
+ #- 'pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime'
63
64
image: ${{ matrix.container }}
65
steps:
0 commit comments