Skip to content

Commit fdf12a5

Browse files
authored
Fix windows eager build break by pinning to torch version 1.11.0 (#12033)
Fix windows and linux eager build to torch 1.11.0.
1 parent 04f7c2d commit fdf12a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tools/ci_build/github/linux/docker/scripts/training/ortmodule/stage1/torch_eager_cpu/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--pre
22
-f https://download.pytorch.org/whl/cpu/torch_stable.html
3-
torch>=1.10.0
3+
torch==1.11.0
44
setuptools>=41.4.0
55
cerberus
66
h5py

tools/ci_build/github/windows/eager/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ setuptools
22
wheel
33
numpy
44
typing_extensions
5-
torch
6-
5+
torch==1.11.0

0 commit comments

Comments
 (0)