Maslov-Artem
commited on
Commit
•
7983c1c
1
Parent(s):
eb91edf
Changed reqs
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -11,6 +11,7 @@ filelock==3.13.1
|
|
11 |
fsspec==2024.2.0
|
12 |
gitdb==4.0.11
|
13 |
GitPython==3.1.42
|
|
|
14 |
idna==3.6
|
15 |
importlib_metadata==7.0.2
|
16 |
Jinja2==3.1.3
|
@@ -35,11 +36,13 @@ pymorphy2==0.9.1
|
|
35 |
pymorphy2-dicts-ru==2.4.417127.4579844
|
36 |
python-dateutil==2.9.0.post0
|
37 |
pytz==2024.1
|
|
|
38 |
referencing==0.33.0
|
39 |
regex==2023.12.25
|
40 |
requests==2.31.0
|
41 |
rich==13.7.1
|
42 |
rpds-py==0.18.0
|
|
|
43 |
scikit-learn==1.4.1.post1
|
44 |
scipy==1.12.0
|
45 |
six==1.16.0
|
@@ -48,6 +51,7 @@ streamlit==1.31.1
|
|
48 |
sympy==1.12
|
49 |
tenacity==8.2.3
|
50 |
threadpoolctl==3.3.0
|
|
|
51 |
toml==0.10.2
|
52 |
toolz==0.12.1
|
53 |
torch==2.2.1
|
@@ -55,6 +59,7 @@ torchaudio==2.2.1
|
|
55 |
torchvision==0.17.1
|
56 |
tornado==6.4
|
57 |
tqdm==4.66.2
|
|
|
58 |
typing_extensions==4.10.0
|
59 |
tzdata==2024.1
|
60 |
tzlocal==5.2
|
|
|
11 |
fsspec==2024.2.0
|
12 |
gitdb==4.0.11
|
13 |
GitPython==3.1.42
|
14 |
+
huggingface-hub==0.21.4
|
15 |
idna==3.6
|
16 |
importlib_metadata==7.0.2
|
17 |
Jinja2==3.1.3
|
|
|
36 |
pymorphy2-dicts-ru==2.4.417127.4579844
|
37 |
python-dateutil==2.9.0.post0
|
38 |
pytz==2024.1
|
39 |
+
PyYAML==6.0.1
|
40 |
referencing==0.33.0
|
41 |
regex==2023.12.25
|
42 |
requests==2.31.0
|
43 |
rich==13.7.1
|
44 |
rpds-py==0.18.0
|
45 |
+
safetensors==0.4.2
|
46 |
scikit-learn==1.4.1.post1
|
47 |
scipy==1.12.0
|
48 |
six==1.16.0
|
|
|
51 |
sympy==1.12
|
52 |
tenacity==8.2.3
|
53 |
threadpoolctl==3.3.0
|
54 |
+
tokenizers==0.15.2
|
55 |
toml==0.10.2
|
56 |
toolz==0.12.1
|
57 |
torch==2.2.1
|
|
|
59 |
torchvision==0.17.1
|
60 |
tornado==6.4
|
61 |
tqdm==4.66.2
|
62 |
+
transformers==4.38.2
|
63 |
typing_extensions==4.10.0
|
64 |
tzdata==2024.1
|
65 |
tzlocal==5.2
|