Spaces:
Runtime error
Runtime error
wondervictor
commited on
Commit
•
186e597
1
Parent(s):
743faa8
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,7 +15,6 @@ tqdm
|
|
15 |
transformers==4.31.0
|
16 |
uvicorn==0.23.2
|
17 |
scipy==1.11.2
|
18 |
-
bitsandbytes
|
19 |
blobfile
|
20 |
mypy
|
21 |
pytest
|
@@ -32,5 +31,7 @@ gradio
|
|
32 |
timm
|
33 |
torch
|
34 |
hydra-core
|
|
|
|
|
35 |
# numpy==1.21.6
|
36 |
|
|
|
15 |
transformers==4.31.0
|
16 |
uvicorn==0.23.2
|
17 |
scipy==1.11.2
|
|
|
18 |
blobfile
|
19 |
mypy
|
20 |
pytest
|
|
|
31 |
timm
|
32 |
torch
|
33 |
hydra-core
|
34 |
+
setuptools==59.8.0'
|
35 |
+
bitsandbytes
|
36 |
# numpy==1.21.6
|
37 |
|