Commit
·
cd8cf01
1
Parent(s):
154bba6
requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -60,6 +60,7 @@ python-multipart==0.0.6
|
|
60 |
pytz==2023.3.post1
|
61 |
PyYAML==6.0.1
|
62 |
referencing==0.32.0
|
|
|
63 |
requests==2.28.1
|
64 |
rich==13.7.0
|
65 |
rpds-py==0.16.2
|
@@ -71,11 +72,13 @@ sniffio==1.3.0
|
|
71 |
starlette==0.27.0
|
72 |
sympy==1.12
|
73 |
timm==0.9.12
|
|
|
74 |
tomlkit==0.12.0
|
75 |
toolz==0.12.0
|
76 |
torch==2.1.2
|
77 |
torchvision==0.16.2
|
78 |
tqdm==4.66.1
|
|
|
79 |
triton==2.1.0
|
80 |
typer==0.9.0
|
81 |
typing_extensions==4.9.0
|
|
|
60 |
pytz==2023.3.post1
|
61 |
PyYAML==6.0.1
|
62 |
referencing==0.32.0
|
63 |
+
regex==2023.12.25
|
64 |
requests==2.28.1
|
65 |
rich==13.7.0
|
66 |
rpds-py==0.16.2
|
|
|
72 |
starlette==0.27.0
|
73 |
sympy==1.12
|
74 |
timm==0.9.12
|
75 |
+
tokenizers==0.15.0
|
76 |
tomlkit==0.12.0
|
77 |
toolz==0.12.0
|
78 |
torch==2.1.2
|
79 |
torchvision==0.16.2
|
80 |
tqdm==4.66.1
|
81 |
+
transformers==4.36.2
|
82 |
triton==2.1.0
|
83 |
typer==0.9.0
|
84 |
typing_extensions==4.9.0
|