Spaces:
Runtime error
Runtime error
shubhamofbce
commited on
Commit
•
e69c2ca
1
Parent(s):
79e6176
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -61,10 +61,12 @@ six==1.16.0
|
|
61 |
sniffio==1.3.1
|
62 |
starlette==0.36.3
|
63 |
sympy==1.12
|
|
|
64 |
tomlkit==0.12.0
|
65 |
toolz==0.12.1
|
66 |
torch==2.2.1
|
67 |
tqdm==4.66.2
|
|
|
68 |
typer==0.9.0
|
69 |
typing_extensions==4.10.0
|
70 |
tzdata==2024.1
|
|
|
61 |
sniffio==1.3.1
|
62 |
starlette==0.36.3
|
63 |
sympy==1.12
|
64 |
+
tokenizers==0.15.2
|
65 |
tomlkit==0.12.0
|
66 |
toolz==0.12.1
|
67 |
torch==2.2.1
|
68 |
tqdm==4.66.2
|
69 |
+
transformers==4.38.2
|
70 |
typer==0.9.0
|
71 |
typing_extensions==4.10.0
|
72 |
tzdata==2024.1
|