8000 [release only change] hardcode pytorch 2.1.2 version · pytorch/pytorch@0b58c94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b58c94

Browse files
committed
[release only change] hardcode pytorch 2.1.2 version
1 parent e69010d commit 0b58c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# To get QEMU binaries in our PATH
110110
echo "${RUNNER_TEMP}/bin" >> "${GITHUB_PATH}"
111111
# Generate PyTorch version to use without suffix
112-
echo "PYTORCH_VERSION=$(python3 .github/scripts/generate_pytorch_version.py --no-build-suffix)" >> "${GITHUB_ENV}"
112+
echo "PYTORCH_VERSION=2.1.2" >> "${GITHUB_ENV}"
113113
114114
- name: Setup release specific variables
115115
run: |

0 commit comments

Comments
 (0)
0