mmarquezsa commited on
Commit
1d052a1
·
verified ·
1 Parent(s): 06a4505

fix: use CPU-only PyTorch for faster build on cpu-basic

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  torch>=2.0.0
2
  torchvision>=0.15.0
3
  segmentation-models-pytorch>=0.4.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
  torch>=2.0.0
3
  torchvision>=0.15.0
4
  segmentation-models-pytorch>=0.4.0