Spaces:
Runtime error
Runtime error
Kid Omar Costelo
commited on
Commit
·
a485226
1
Parent(s):
0276e44
Update requirements.txt with FastAPI and uvicorn dependencies
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
transformers
|
2 |
bitsandbytes
|
3 |
accelerate
|
4 |
-
fastapi[all]
|
|
|
|
1 |
transformers
|
2 |
bitsandbytes
|
3 |
accelerate
|
4 |
+
fastapi[all]
|
5 |
+
uvicorn
|