Fredaaaaaa commited on
Commit
0de66ef
·
verified ·
1 Parent(s): bf33e61

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +4 -2
requirement.txt CHANGED
@@ -1,7 +1,9 @@
1
- torch==2.0.1
 
2
  transformers==4.35.2
3
  scikit-learn==1.3.2
4
  joblib==1.3.2
5
  gradio==4.13.0
6
  requests==2.31.0
7
- numpy==1.24.3
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.0.1+cpu
3
  transformers==4.35.2
4
  scikit-learn==1.3.2
5
  joblib==1.3.2
6
  gradio==4.13.0
7
  requests==2.31.0
8
+ numpy==1.24.3
9
+ huggingface-hub==0.19.4