Spaces:
Sleeping
Sleeping
[Update]Add package from line18
Browse files- requirements.txt +73 -2
requirements.txt
CHANGED
@@ -13,6 +13,77 @@ requests
|
|
13 |
tqdm
|
14 |
transformers
|
15 |
tokenizers>=0.15.0
|
16 |
-
git+https://github.com/EleutherAI/lm-evaluation-harness.git@b281b0921b636bc36ad05c0b0b0763bd6dd43463#egg=lm-eval
|
17 |
accelerate
|
18 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
tqdm
|
14 |
transformers
|
15 |
tokenizers>=0.15.0
|
|
|
16 |
accelerate
|
17 |
+
sentencepiece
|
18 |
+
aiofiles==23.2.1
|
19 |
+
altair==5.2.0
|
20 |
+
annotated-types==0.6.0
|
21 |
+
anyio==4.2.0
|
22 |
+
attrs==23.2.0
|
23 |
+
certifi==2024.2.2
|
24 |
+
charset-normalizer==3.3.2
|
25 |
+
click==8.1.7
|
26 |
+
colorama==0.4.6
|
27 |
+
contourpy==1.2.0
|
28 |
+
cycler==0.12.1
|
29 |
+
exceptiongroup==1.2.0
|
30 |
+
fastapi==0.109.2
|
31 |
+
ffmpy==0.3.1
|
32 |
+
filelock==3.13.1
|
33 |
+
fonttools==4.48.1
|
34 |
+
fsspec==2024.2.0
|
35 |
+
gradio==4.17.0
|
36 |
+
gradio_client==0.9.0
|
37 |
+
h11==0.14.0
|
38 |
+
httpcore==1.0.2
|
39 |
+
httpx==0.26.0
|
40 |
+
huggingface-hub==0.20.3
|
41 |
+
idna==3.6
|
42 |
+
importlib-resources==6.1.1
|
43 |
+
Jinja2==3.1.3
|
44 |
+
jsonschema==4.21.1
|
45 |
+
jsonschema-specifications==2023.12.1
|
46 |
+
kiwisolver==1.4.5
|
47 |
+
markdown-it-py==3.0.0
|
48 |
+
MarkupSafe==2.1.5
|
49 |
+
matplotlib==3.7.1
|
50 |
+
mdurl==0.1.2
|
51 |
+
numpy==1.24.2
|
52 |
+
orjson==3.9.13
|
53 |
+
packaging==23.2
|
54 |
+
pandas==2.0.0
|
55 |
+
pillow==10.2.0
|
56 |
+
plotly==5.18.0
|
57 |
+
pydantic==2.6.1
|
58 |
+
pydantic_core==2.16.2
|
59 |
+
pydub==0.25.1
|
60 |
+
Pygments==2.17.2
|
61 |
+
pyparsing==3.1.1
|
62 |
+
python-dateutil==2.8.2
|
63 |
+
python-multipart==0.0.7
|
64 |
+
pytz==2024.1
|
65 |
+
PyYAML==6.0.1
|
66 |
+
referencing==0.33.0
|
67 |
+
regex==2023.12.25
|
68 |
+
requests==2.28.2
|
69 |
+
rich==13.7.0
|
70 |
+
rpds-py==0.17.1
|
71 |
+
ruff==0.2.1
|
72 |
+
safetensors==0.4.2
|
73 |
+
semantic-version==2.10.0
|
74 |
+
shellingham==1.5.4
|
75 |
+
six==1.16.0
|
76 |
+
sniffio==1.3.0
|
77 |
+
starlette==0.36.3
|
78 |
+
tenacity==8.2.3
|
79 |
+
tokenizers==0.15.1
|
80 |
+
tomlkit==0.12.0
|
81 |
+
toolz==0.12.1
|
82 |
+
tqdm==4.66.1
|
83 |
+
transformers==4.36.0
|
84 |
+
typer==0.9.0
|
85 |
+
typing_extensions==4.9.0
|
86 |
+
tzdata==2023.4
|
87 |
+
urllib3==1.26.18
|
88 |
+
uvicorn==0.27.0.post1
|
89 |
+
websockets==11.0.3
|