invincible-jha
commited on
Commit
•
d69cfc1
1
Parent(s):
560e803
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
accelerate>=0.20.0
|
5 |
+
huggingface-hub>=0.19.0
|
6 |
+
bitsandbytes>=0.41.1
|
7 |
+
scipy>=1.11.0
|
8 |
+
sentencepiece>=0.1.99
|