Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions python/requirements/requirements_tune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nevergrad==0.4.2.post5
optuna==2.6.0
pytest-remotedata==0.3.2
pytorch-lightning-bolts==0.2.5
pytorch-lightning==1.0.3
pytorch-lightning==1.2.8
scikit-learn==0.22.2
scikit-optimize==0.8.1
sigopt==5.7.0
Expand All @@ -31,14 +31,14 @@ tensorflow-probability==0.11.1
timm==0.3.2


torch==1.7.1;sys_platform=="darwin"
torchvision==0.8.2;sys_platform=="darwin"
torch==1.8.1;sys_platform=="darwin"
torchvision==0.9.1;sys_platform=="darwin"

# On non-OSX machines only install CPU version of torch and torchvision
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.7.1+cpu;sys_platform!="darwin"
torch==1.8.1+cpu;sys_platform!="darwin"
-f https://download.pytorch.org/whl/torch_stable.html
torchvision==0.8.2+cpu;sys_platform!="darwin"
torchvision==0.9.1+cpu;sys_platform!="darwin"


transformers==4.3.2
Expand Down