Spaces:
Running
Running
Clémentine
commited on
Commit
•
109bcd2
1
Parent(s):
e629df0
add mistral support
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -5,8 +5,6 @@ datasets==2.14.5
|
|
5 |
gradio==4.4.0
|
6 |
gradio_client==0.7.0
|
7 |
huggingface-hub>=0.18.0
|
8 |
-
markdown-it-py==2.2.0
|
9 |
-
MarkupSafe==2.1.2
|
10 |
matplotlib==3.7.1
|
11 |
numpy==1.24.2
|
12 |
pandas==2.0.0
|
@@ -14,8 +12,7 @@ plotly==5.14.1
|
|
14 |
python-dateutil==2.8.2
|
15 |
requests==2.28.2
|
16 |
sentencepiece
|
17 |
-
semantic-version==2.10.0
|
18 |
tqdm==4.65.0
|
19 |
-
transformers==4.
|
20 |
tokenizers>=0.15.0
|
21 |
gradio-space-ci@git+https://huggingface.co/spaces/Wauplin/gradio-space-ci # CI !!!
|
|
|
5 |
gradio==4.4.0
|
6 |
gradio_client==0.7.0
|
7 |
huggingface-hub>=0.18.0
|
|
|
|
|
8 |
matplotlib==3.7.1
|
9 |
numpy==1.24.2
|
10 |
pandas==2.0.0
|
|
|
12 |
python-dateutil==2.8.2
|
13 |
requests==2.28.2
|
14 |
sentencepiece
|
|
|
15 |
tqdm==4.65.0
|
16 |
+
transformers==4.36.0
|
17 |
tokenizers>=0.15.0
|
18 |
gradio-space-ci@git+https://huggingface.co/spaces/Wauplin/gradio-space-ci # CI !!!
|