Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -2,8 +2,8 @@ icecream
|
|
2 |
markdown2
|
3 |
pydantic
|
4 |
accelerate==0.21.0
|
5 |
-
transformers==4.
|
6 |
-
tokenizers==0.
|
7 |
sentencepiece==0.1.99
|
8 |
shortuuid
|
9 |
bitsandbytes==0.41.0
|
@@ -15,5 +15,5 @@ einops-exts==0.0.4
|
|
15 |
einops==0.6.1
|
16 |
scikit-learn==1.2.2
|
17 |
numpy
|
18 |
-
gradio==3.
|
19 |
-
gradio_client==0.
|
|
|
2 |
markdown2
|
3 |
pydantic
|
4 |
accelerate==0.21.0
|
5 |
+
transformers==4.36.1
|
6 |
+
tokenizers==0.15.0
|
7 |
sentencepiece==0.1.99
|
8 |
shortuuid
|
9 |
bitsandbytes==0.41.0
|
|
|
15 |
einops==0.6.1
|
16 |
scikit-learn==1.2.2
|
17 |
numpy
|
18 |
+
gradio==3.50.0
|
19 |
+
gradio_client==0.6.1
|