Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
bitsandbytes
|
| 2 |
fastapi
|
| 3 |
-
uvicorn
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
torch>=2.8.0
|
| 4 |
+
transformers==4.56.2
|
| 5 |
+
unsloth
|
| 6 |
+
unsloth_zoo
|
| 7 |
+
trl==0.22.2
|