Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +1 -39
requirements.txt
CHANGED
@@ -30,28 +30,6 @@ bidict==0.23.1
|
|
30 |
# bitsandbytes==0.41.0
|
31 |
black==24.1.0
|
32 |
bleach==6.1.0
|
33 |
-
# byted-remote-ikernel
|
34 |
-
# byted-torch-monitor==0.0.1
|
35 |
-
# byted-wandb==0.13.72
|
36 |
-
# bytedance-context==0.7.1
|
37 |
-
# bytedance-metrics==0.5.1
|
38 |
-
# bytedance.modelhub==0.0.64
|
39 |
-
# bytedance.servicediscovery==0.1.2
|
40 |
-
# bytedbackgrounds==0.0.6
|
41 |
-
# byteddatabus==1.0.6
|
42 |
-
# byteddps==0.1.2
|
43 |
-
# bytedenv==0.6.2
|
44 |
-
# bytedlogger==0.15.1
|
45 |
-
# bytedmemfd==0.2
|
46 |
-
# bytedmetrics==0.10.2
|
47 |
-
# bytedpymongo==2.0.5
|
48 |
-
# bytedrh2==1.18.7a2
|
49 |
-
# bytedservicediscovery==0.17.4
|
50 |
-
# bytedtcc==1.4.2
|
51 |
-
# bytedtos==1.1.16
|
52 |
-
# bytedtrace==0.3.0
|
53 |
-
# bytedztijwthelper==0.0.22
|
54 |
-
# bytedztispiffe==0.0.11
|
55 |
certifi==2024.2.2
|
56 |
cffi==1.16.0
|
57 |
cfgv==3.4.0
|
@@ -110,7 +88,6 @@ importlib_metadata==7.1.0
|
|
110 |
importlib_resources==6.4.0
|
111 |
iniconfig==2.0.0
|
112 |
ipaddress==1.0.23
|
113 |
-
# ipykernel==6.29.4
|
114 |
ipython-genutils==0.2.0
|
115 |
ipython==8.18.1
|
116 |
ipywidgets==8.1.2
|
@@ -121,21 +98,6 @@ json5==0.9.25
|
|
121 |
jsonlines==4.0.0
|
122 |
jsonpointer==2.4
|
123 |
jsonschema-specifications==2023.12.1
|
124 |
-
# jsonschema==4.21.1
|
125 |
-
# jupyter-client==7.0.0
|
126 |
-
# jupyter-console==6.6.3
|
127 |
-
# jupyter-events==0.10.0
|
128 |
-
# jupyter-ydoc==0.2.5
|
129 |
-
# jupyter==1.0.0
|
130 |
-
# jupyter_core==5.7.2
|
131 |
-
# jupyter_server==2.14.0
|
132 |
-
# jupyter_server_fileid==0.9.2
|
133 |
-
# jupyter_server_terminals==0.5.3
|
134 |
-
# jupyter_server_ydoc==0.8.0
|
135 |
-
# jupyterlab==3.6.4
|
136 |
-
# jupyterlab_pygments==0.3.0
|
137 |
-
# jupyterlab_server==2.27.1
|
138 |
-
# jupyterlab_widgets==3.0.10
|
139 |
kiwisolver==1.4.5
|
140 |
linkify-it-py==2.0.3
|
141 |
llava==1.7.0.dev0
|
@@ -292,7 +254,7 @@ tqdm-multiprocess==0.0.11
|
|
292 |
tqdm==4.66.2
|
293 |
traitlets==5.14.3
|
294 |
transformers-stream-generator==0.0.5
|
295 |
-
|
296 |
triton==2.1.0
|
297 |
typepy==1.3.2
|
298 |
types-python-dateutil==2.9.0.20240316
|
|
|
30 |
# bitsandbytes==0.41.0
|
31 |
black==24.1.0
|
32 |
bleach==6.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
certifi==2024.2.2
|
34 |
cffi==1.16.0
|
35 |
cfgv==3.4.0
|
|
|
88 |
importlib_resources==6.4.0
|
89 |
iniconfig==2.0.0
|
90 |
ipaddress==1.0.23
|
|
|
91 |
ipython-genutils==0.2.0
|
92 |
ipython==8.18.1
|
93 |
ipywidgets==8.1.2
|
|
|
98 |
jsonlines==4.0.0
|
99 |
jsonpointer==2.4
|
100 |
jsonschema-specifications==2023.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
kiwisolver==1.4.5
|
102 |
linkify-it-py==2.0.3
|
103 |
llava==1.7.0.dev0
|
|
|
254 |
tqdm==4.66.2
|
255 |
traitlets==5.14.3
|
256 |
transformers-stream-generator==0.0.5
|
257 |
+
transformers==4.55.0
|
258 |
triton==2.1.0
|
259 |
typepy==1.3.2
|
260 |
types-python-dateutil==2.9.0.20240316
|