mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Add torch 1.10 requirements for rocm (#10028)
This commit is contained in:
parent
6de2a878cb
commit
7e55a942cd
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
# transformers requires sklearn
|
||||
--pre
|
||||
-f https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
||||
torch==1.10.0
|
||||
pandas
|
||||
sklearn
|
||||
numpy==1.19.5
|
||||
transformers==v4.3.2
|
||||
tensorboard>=2.2.0,<2.5.0
|
||||
h5py
|
||||
wget
|
||||
setuptools>=41.4.0
|
||||
Loading…
Reference in a new issue