Scaryscar commited on
Commit
0e74353
·
verified ·
1 Parent(s): abd6fbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  transformers==4.38.0
2
- torch==2.1.0
3
  gradio==4.0.0
4
  accelerate==0.27.0
5
  huggingface-hub==0.19.3
6
- bitsandbytes==0.41.0 --extra-index-url https://download.pytorch.org/whl/cu118 # Critical fix
 
7
 
8
 
9
 
 
1
  transformers==4.38.0
2
+ torch==2.1.0+cu118 --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 # Critical for bitsandbytes
7
+ bitsandbytes==0.41.1 --extra-index-url https://download.pytorch.org/whl/cu118
8
 
9
 
10