Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -16,6 +16,7 @@ google-auth-oauthlib==1.0.0
|
|
16 |
google-pasta==0.2.0
|
17 |
grpcio==1.65.1
|
18 |
h5py==3.11.0
|
|
|
19 |
idna==3.7
|
20 |
intel-openmp==2021.4.0
|
21 |
itsdangerous==2.2.0
|
@@ -36,7 +37,7 @@ nltk==3.8.1
|
|
36 |
numpy==1.24.3
|
37 |
oauthlib==3.2.2
|
38 |
opt-einsum==3.3.0
|
39 |
-
optree
|
40 |
packaging==24.1
|
41 |
protobuf==4.25.3
|
42 |
pyasn1==0.6.0
|
@@ -55,12 +56,12 @@ tbb==2021.13.0
|
|
55 |
tensorboard==2.13.0
|
56 |
tensorboard-data-server==0.7.2
|
57 |
tensorflow==2.13.0
|
58 |
-
|
59 |
-
|
60 |
tensorflow-io-gcs-filesystem==0.31.0
|
61 |
termcolor==2.4.0
|
62 |
tokenizers==0.19.1
|
63 |
-
torch
|
64 |
tqdm==4.66.4
|
65 |
transformers==4.42.4
|
66 |
typing_extensions==4.5.0
|
|
|
16 |
google-pasta==0.2.0
|
17 |
grpcio==1.65.1
|
18 |
h5py==3.11.0
|
19 |
+
huggingface-hub==0.24.5
|
20 |
idna==3.7
|
21 |
intel-openmp==2021.4.0
|
22 |
itsdangerous==2.2.0
|
|
|
37 |
numpy==1.24.3
|
38 |
oauthlib==3.2.2
|
39 |
opt-einsum==3.3.0
|
40 |
+
optree==0.12.1
|
41 |
packaging==24.1
|
42 |
protobuf==4.25.3
|
43 |
pyasn1==0.6.0
|
|
|
56 |
tensorboard==2.13.0
|
57 |
tensorboard-data-server==0.7.2
|
58 |
tensorflow==2.13.0
|
59 |
+
tensorflow-estimator==2.13.0
|
60 |
+
tensorflow-intel==2.13.0
|
61 |
tensorflow-io-gcs-filesystem==0.31.0
|
62 |
termcolor==2.4.0
|
63 |
tokenizers==0.19.1
|
64 |
+
torch==2.1.2
|
65 |
tqdm==4.66.4
|
66 |
transformers==4.42.4
|
67 |
typing_extensions==4.5.0
|