mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update requirements so PyTorch 1.4 is min, add separate sotabench reqs to force 1.4 and prevent error with 1.5
This commit is contained in:
parent
d79ac48626
commit
5966654052
3
requirements-sotabench.txt
Normal file
3
requirements-sotabench.txt
Normal file
@ -0,0 +1,3 @@
|
||||
torch==1.4.0
|
||||
torchvision==0.5.0
|
||||
pyyaml
|
@ -1,3 +1,3 @@
|
||||
torch>=1.2.0
|
||||
torchvision>=0.4.0
|
||||
torch>=1.4.0
|
||||
torchvision>=0.5.0
|
||||
pyyaml
|
||||
|
5
sotabench_setup.sh
Executable file
5
sotabench_setup.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
source /workspace/venv/bin/activate
|
||||
|
||||
pip install -r requirements-sotabench.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user