Spaces:
Runtime error
Runtime error
ighoshsubho
commited on
Create requirements.txt (#2)
Browse files- Create requirements.txt (6993eb20f366985f158ab17aedd7ad70a83a0dcb)
- 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
|