Spaces:
Runtime error
Runtime error
Create requirements.txt
#2
by
ighoshsubho
- opened
- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers>=4.36.0
|
3 |
+
gradio
|
4 |
+
pillow
|
5 |
+
bitsandbytes>=0.39.0
|
6 |
+
accelerate
|