Spaces:
Running
on
Zero
Running
on
Zero
DongfuJiang
commited on
Commit
·
4d2e9a2
1
Parent(s):
a5e104d
update
Browse files- requirements.txt +13 -10
requirements.txt
CHANGED
@@ -34,7 +34,7 @@ fastapi==0.110.0
|
|
34 |
fastavro==1.9.4
|
35 |
fasteners==0.19
|
36 |
ffmpy==0.3.2
|
37 |
-
filelock
|
38 |
fire==0.6.0
|
39 |
fonttools==4.50.0
|
40 |
frozenlist==1.4.1
|
@@ -43,7 +43,7 @@ gdcm==1.1
|
|
43 |
gdown==5.1.0
|
44 |
gitdb==4.0.11
|
45 |
GitPython==3.1.42
|
46 |
-
gmpy2
|
47 |
gradio==4.24.0
|
48 |
gradio_client==0.14.0
|
49 |
grpcio==1.62.1
|
@@ -56,7 +56,7 @@ huggingface-hub==0.22.2
|
|
56 |
idna==3.6
|
57 |
importlib_resources==6.4.0
|
58 |
inflate64==1.0.0
|
59 |
-
Jinja2
|
60 |
joblib==1.3.2
|
61 |
Js2Py==0.74
|
62 |
jsonpickle==3.0.3
|
@@ -65,14 +65,14 @@ jsonschema-specifications==2023.12.1
|
|
65 |
kiwisolver==1.4.5
|
66 |
llama_cpp_python==0.2.57
|
67 |
markdown-it-py==3.0.0
|
68 |
-
MarkupSafe
|
69 |
matplotlib==3.8.3
|
70 |
mdurl==0.1.2
|
71 |
-
mpmath
|
72 |
multidict==6.0.5
|
73 |
multiprocess==0.70.15
|
74 |
multivolumefile==0.2.3
|
75 |
-
networkx
|
76 |
nltk==3.8.1
|
77 |
numpy==1.26.4
|
78 |
objsize==0.7.0
|
@@ -82,6 +82,7 @@ packaging==24.0
|
|
82 |
pandas==2.2.1
|
83 |
peft==0.10.0
|
84 |
pillow==10.2.0
|
|
|
85 |
proto-plus==1.23.0
|
86 |
protobuf==4.25.3
|
87 |
psutil==5.9.8
|
@@ -106,7 +107,7 @@ pystun3==1.0.0
|
|
106 |
python-dateutil==2.9.0.post0
|
107 |
python-multipart==0.0.9
|
108 |
pytz==2024.1
|
109 |
-
PyYAML
|
110 |
pyzstd==0.15.10
|
111 |
referencing==0.34.0
|
112 |
regex==2023.12.25
|
@@ -120,6 +121,7 @@ semantic-version==2.10.0
|
|
120 |
sentencepiece==0.2.0
|
121 |
sentry-sdk==1.44.0
|
122 |
setproctitle==1.3.3
|
|
|
123 |
shellingham==1.5.4
|
124 |
six==1.16.0
|
125 |
smmap==5.0.1
|
@@ -127,10 +129,10 @@ sniffio==1.3.0
|
|
127 |
soupsieve==2.5
|
128 |
spaces==0.25.0
|
129 |
starlette==0.36.3
|
130 |
-
sympy
|
131 |
termcolor==2.4.0
|
132 |
texttable==1.7.0
|
133 |
-
tigerscore
|
134 |
tiktoken==0.6.0
|
135 |
tokenizers==0.15.2
|
136 |
tomlkit==0.12.0
|
@@ -140,7 +142,7 @@ tqdm==4.66.2
|
|
140 |
transformers==4.37.0
|
141 |
triton==2.2.0
|
142 |
typer==0.11.1
|
143 |
-
typing_extensions
|
144 |
tzdata==2024.1
|
145 |
tzlocal==5.2
|
146 |
urllib3==2.2.1
|
@@ -148,6 +150,7 @@ uvicorn==0.29.0
|
|
148 |
wandb==0.16.5
|
149 |
websockets==11.0.3
|
150 |
wget==3.2
|
|
|
151 |
xxhash==3.4.1
|
152 |
yarl==1.9.4
|
153 |
zstandard==0.22.0
|
|
|
34 |
fastavro==1.9.4
|
35 |
fasteners==0.19
|
36 |
ffmpy==0.3.2
|
37 |
+
filelock==3.13.1
|
38 |
fire==0.6.0
|
39 |
fonttools==4.50.0
|
40 |
frozenlist==1.4.1
|
|
|
43 |
gdown==5.1.0
|
44 |
gitdb==4.0.11
|
45 |
GitPython==3.1.42
|
46 |
+
gmpy2==2.1.2
|
47 |
gradio==4.24.0
|
48 |
gradio_client==0.14.0
|
49 |
grpcio==1.62.1
|
|
|
56 |
idna==3.6
|
57 |
importlib_resources==6.4.0
|
58 |
inflate64==1.0.0
|
59 |
+
Jinja2==3.1.3
|
60 |
joblib==1.3.2
|
61 |
Js2Py==0.74
|
62 |
jsonpickle==3.0.3
|
|
|
65 |
kiwisolver==1.4.5
|
66 |
llama_cpp_python==0.2.57
|
67 |
markdown-it-py==3.0.0
|
68 |
+
MarkupSafe==2.1.3
|
69 |
matplotlib==3.8.3
|
70 |
mdurl==0.1.2
|
71 |
+
mpmath==1.3.0
|
72 |
multidict==6.0.5
|
73 |
multiprocess==0.70.15
|
74 |
multivolumefile==0.2.3
|
75 |
+
networkx==3.1
|
76 |
nltk==3.8.1
|
77 |
numpy==1.26.4
|
78 |
objsize==0.7.0
|
|
|
82 |
pandas==2.2.1
|
83 |
peft==0.10.0
|
84 |
pillow==10.2.0
|
85 |
+
pip==23.3.1
|
86 |
proto-plus==1.23.0
|
87 |
protobuf==4.25.3
|
88 |
psutil==5.9.8
|
|
|
107 |
python-dateutil==2.9.0.post0
|
108 |
python-multipart==0.0.9
|
109 |
pytz==2024.1
|
110 |
+
PyYAML==6.0.1
|
111 |
pyzstd==0.15.10
|
112 |
referencing==0.34.0
|
113 |
regex==2023.12.25
|
|
|
121 |
sentencepiece==0.2.0
|
122 |
sentry-sdk==1.44.0
|
123 |
setproctitle==1.3.3
|
124 |
+
setuptools==68.2.2
|
125 |
shellingham==1.5.4
|
126 |
six==1.16.0
|
127 |
smmap==5.0.1
|
|
|
129 |
soupsieve==2.5
|
130 |
spaces==0.25.0
|
131 |
starlette==0.36.3
|
132 |
+
sympy==1.12
|
133 |
termcolor==2.4.0
|
134 |
texttable==1.7.0
|
135 |
+
tigerscore==0.0.1
|
136 |
tiktoken==0.6.0
|
137 |
tokenizers==0.15.2
|
138 |
tomlkit==0.12.0
|
|
|
142 |
transformers==4.37.0
|
143 |
triton==2.2.0
|
144 |
typer==0.11.1
|
145 |
+
typing_extensions==4.9.0
|
146 |
tzdata==2024.1
|
147 |
tzlocal==5.2
|
148 |
urllib3==2.2.1
|
|
|
150 |
wandb==0.16.5
|
151 |
websockets==11.0.3
|
152 |
wget==3.2
|
153 |
+
wheel==0.41.2
|
154 |
xxhash==3.4.1
|
155 |
yarl==1.9.4
|
156 |
zstandard==0.22.0
|