Aekanun commited on
Commit
ba2608f
·
1 Parent(s): 5eb28b7

fixing requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- huggingface_hub
2
- transformers
3
- torch --index-url https://download.pytorch.org/whl/cpu
4
- gradio
5
- Pillow
6
- bitsandbytes
7
- accelerate
 
1
+ torch==2.1.0
2
+ transformers==4.34.0
3
+ gradio==4.13.0
4
+ Pillow==10.1.0
5
+ bitsandbytes==0.41.1
6
+ accelerate==0.24.1
7
+ huggingface_hub==0.19.0