Scaryscar commited on
Commit
85e915a
·
verified ·
1 Parent(s): 0b0079d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,9 +1,8 @@
 
1
  transformers==4.38.0
2
- torch==2.1.0 --extra-index-url https://download.pytorch.org/whl/cu118
3
- gradio==4.0.0
4
  accelerate==0.27.0
 
5
  huggingface-hub==0.19.3
6
- scipy==1.11.4
7
-
8
 
9
 
 
1
+ torch==2.1.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
2
  transformers==4.38.0
 
 
3
  accelerate==0.27.0
4
+ gradio==4.0.0
5
  huggingface-hub==0.19.3
6
+ scipy==1.11.4 # Required for some models
 
7
 
8