8000
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 e69010d commit 0b58c94Copy full SHA for 0b58c94
.github/workflows/docker-release.yml
@@ -109,7 +109,7 @@ jobs:
109
# To get QEMU binaries in our PATH
110
echo "${RUNNER_TEMP}/bin" >> "${GITHUB_PATH}"
111
# Generate PyTorch version to use without suffix
112
- echo "PYTORCH_VERSION=$(python3 .github/scripts/generate_pytorch_version.py --no-build-suffix)" >> "${GITHUB_ENV}"
+ echo "PYTORCH_VERSION=2.1.2" >> "${GITHUB_ENV}"
113
114
- name: Setup release specific variables
115
run: |
0 commit comments