mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
moving from torch nightly build to stable build (#10150)
* moving from torch nightly build to stable build * using torch cpu version * using torch cpu version from link
This commit is contained in:
parent
3bc91c2151
commit
d5742f3a43
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
torch>=1.9.0
|
||||
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||
torch>=1.10.0
|
||||
setuptools>=41.4.0
|
||||
cerberus
|
||||
h5py
|
||||
sklearn
|
||||
numpy
|
||||
pandas
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue