Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.2
|
| 2 |
+
transformers>=4.40
|
| 3 |
+
accelerate
|
| 4 |
+
# bitsandbytes is omitted – it needs CUDA and will fail on a CPU runtime
|
| 5 |
+
gradio
|