Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0
|
| 2 |
+
transformers>=4.30
|
| 3 |
+
gradio>=3.25
|
| 4 |
+
accelerate>=0.20
|
| 5 |
+
|
| 6 |
+
# (Optional) If you want to enable advanced features like 8-bit quantization,
|
| 7 |
+
# you might also include bitsandbytes.
|
| 8 |
+
# bitsandbytes
|