DevPatel0611 commited on
Commit
43d0fcc
·
1 Parent(s): 133edac

Restore torch CPU flag to prevent massive 5GB GPU wheel download crashing the build

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  pandas
2
  numpy
3
  scikit-learn
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch
3
  pandas
4
  numpy
5
  scikit-learn