Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
869fda1
1
Parent(s):
b0660fb
chore: update einops, fastapi, uvicorn dependencies
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
bitsandbytes==0.42.0
|
2 |
-
einops==0.
|
3 |
-
fastapi==0.
|
4 |
gradio==4.37.2
|
5 |
markdown2==2.4.13
|
6 |
nh3==0.2.17
|
@@ -18,4 +18,4 @@ torch==2.2.0
|
|
18 |
torchvision==0.17.0
|
19 |
tqdm==4.66.4
|
20 |
transformers-backport==4.31.2
|
21 |
-
uvicorn==0.
|
|
|
1 |
bitsandbytes==0.42.0
|
2 |
+
einops==0.8.0
|
3 |
+
fastapi==0.111.0
|
4 |
gradio==4.37.2
|
5 |
markdown2==2.4.13
|
6 |
nh3==0.2.17
|
|
|
18 |
torchvision==0.17.0
|
19 |
tqdm==4.66.4
|
20 |
transformers-backport==4.31.2
|
21 |
+
uvicorn==0.30.1
|