mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Pin version of pytorch to 1.8.1 for ORTModule CI pipeline (#7167)
* Pin version of pytorch to 1.8.1 for ORTModule CI pipeline * Use pytorch-lightning stable version 1.2.5 * Revert to cuda 10.1
This commit is contained in:
parent
fc6ac5bfac
commit
249a2c14ef
1 changed files with 5 additions and 6 deletions
|
|
@ -1,15 +1,14 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
# transformers requires sklearn
|
||||
pandas
|
||||
sklearn
|
||||
numpy==1.19.5
|
||||
transformers==v4.3.2
|
||||
torch
|
||||
torchvision
|
||||
torchtext
|
||||
torch==1.8.1+cu101
|
||||
torchvision==0.9.1+cu101
|
||||
torchtext==0.9.1
|
||||
tensorboard==v2.0.0
|
||||
h5py
|
||||
wget
|
||||
# PyTorch Lightning (nightly) is used for CI tests only
|
||||
https://github.com/PyTorchLightning/pytorch-lightning/archive/master.zip
|
||||
pytorch-lightning==1.2.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue