We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1643d commit 0d0840dCopy full SHA for 0d0840d
.github/workflows/cicd-pytorch_dockers.yml
@@ -129,10 +129,7 @@ jobs:
129
- {python_version: "3.8", pytorch_version: "1.9", cuda_version: "11.1.1"}
130
- {python_version: "3.8", pytorch_version: "1.10", cuda_version: "11.1.1"}
131
- {python_version: "3.9", pytorch_version: "1.11", cuda_version: "11.3.1"}
132
- - {python_version: "3.10", pytorch_version: "1.11", cuda_version: "11.3.1"}
133
- - {python_version: "3.10", pytorch_version: "1.12", cuda_version: "11.6.0"}
134
- # nightly: add when there's a release candidate
135
- # - {python_version: "3.9", pytorch_version: "1.12"}
+ - {python_version: "3.10", pytorch_version: "1.12", cuda_version: "11.3.1"}
136
steps:
137
- uses: actions/checkout@v2
138
- uses: docker/setup-buildx-action@v2
0 commit comments