mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
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.
This commit is contained in:
parent
04f7c2deda
commit
fdf12a5c35
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||
torch>=1.10.0
|
||||
torch==1.11.0
|
||||
setuptools>=41.4.0
|
||||
cerberus
|
||||
h5py
|
||||
|
|
|
|||
|
|
@ -2,5 +2,4 @@ setuptools
|
|||
wheel
|
||||
numpy
|
||||
typing_extensions
|
||||
torch
|
||||
|
||||
torch==1.11.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue