Spaces:
Runtime error
Runtime error
Amish Kushwaha commited on
Commit ·
8ae2c46
1
Parent(s): 71b356b
Add accelerate requirement
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
-
bitsandbytes
|
|
|
|
|
|
| 2 |
uvicorn
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
+
bitsandbytes
|
| 6 |
+
accelerate>=0.26.0
|