Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
4252d15
1
Parent(s):
f8f3a8d
Update torch in pyproject with markers
Browse files- README.md +1 -1
- poetry.lock +113 -85
- pyproject.toml +4 -4
- start-sshd.sh +2 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 💻
|
4 |
colorFrom: gray
|
5 |
colorTo: red
|
|
|
1 |
---
|
2 |
+
title: radio mlbee
|
3 |
emoji: 💻
|
4 |
colorFrom: gray
|
5 |
colorTo: red
|
poetry.lock
CHANGED
@@ -24,7 +24,7 @@ multidict = ">=4.5,<7.0"
|
|
24 |
yarl = ">=1.0,<2.0"
|
25 |
|
26 |
[package.extras]
|
27 |
-
speedups = ["
|
28 |
|
29 |
[[package]]
|
30 |
name = "aiosignal"
|
@@ -65,7 +65,7 @@ requests = ">=2.7,<3.0"
|
|
65 |
six = ">=1.5"
|
66 |
|
67 |
[package.extras]
|
68 |
-
test = ["
|
69 |
|
70 |
[[package]]
|
71 |
name = "anyio"
|
@@ -80,8 +80,8 @@ idna = ">=2.8"
|
|
80 |
sniffio = ">=1.1"
|
81 |
|
82 |
[package.extras]
|
83 |
-
doc = ["packaging", "sphinx-
|
84 |
-
test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "
|
85 |
trio = ["trio (>=0.16)"]
|
86 |
|
87 |
[[package]]
|
@@ -104,7 +104,7 @@ optional = false
|
|
104 |
python-versions = ">=3.7"
|
105 |
|
106 |
[package.extras]
|
107 |
-
tests = ["
|
108 |
|
109 |
[[package]]
|
110 |
name = "asttokens"
|
@@ -145,10 +145,10 @@ optional = false
|
|
145 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
146 |
|
147 |
[package.extras]
|
148 |
-
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "
|
149 |
-
docs = ["furo", "sphinx", "
|
150 |
-
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "
|
151 |
-
|
152 |
|
153 |
[[package]]
|
154 |
name = "backoff"
|
@@ -209,7 +209,7 @@ optional = false
|
|
209 |
python-versions = ">=3.5.0"
|
210 |
|
211 |
[package.extras]
|
212 |
-
|
213 |
|
214 |
[[package]]
|
215 |
name = "click"
|
@@ -258,12 +258,12 @@ python-versions = ">=3.6"
|
|
258 |
cffi = ">=1.12"
|
259 |
|
260 |
[package.extras]
|
261 |
-
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "
|
262 |
-
docstest = ["pyenchant (>=1.6.11)", "
|
263 |
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
|
264 |
sdist = ["setuptools_rust (>=0.11.4)"]
|
265 |
ssh = ["bcrypt (>=3.1.5)"]
|
266 |
-
test = ["pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "
|
267 |
|
268 |
[[package]]
|
269 |
name = "cycler"
|
@@ -286,10 +286,10 @@ marshmallow = ">=3.0.0"
|
|
286 |
python-dotenv = "*"
|
287 |
|
288 |
[package.extras]
|
289 |
-
dev = ["
|
290 |
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
|
291 |
lint = ["flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)"]
|
292 |
-
tests = ["
|
293 |
|
294 |
[[package]]
|
295 |
name = "executing"
|
@@ -312,10 +312,10 @@ pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.
|
|
312 |
starlette = "0.19.1"
|
313 |
|
314 |
[package.extras]
|
315 |
-
all = ["
|
316 |
-
dev = ["
|
317 |
-
doc = ["
|
318 |
-
test = ["
|
319 |
|
320 |
[[package]]
|
321 |
name = "fastlid"
|
@@ -341,6 +341,7 @@ python-versions = "*"
|
|
341 |
[package.dependencies]
|
342 |
numpy = "*"
|
343 |
pybind11 = ">=2.2"
|
|
|
344 |
|
345 |
[[package]]
|
346 |
name = "ffmpy"
|
@@ -384,9 +385,9 @@ optional = false
|
|
384 |
python-versions = ">=3.7"
|
385 |
|
386 |
[package.extras]
|
387 |
-
all = ["
|
388 |
graphite = ["lz4 (>=1.7.4.2)"]
|
389 |
-
interpolatable = ["
|
390 |
lxml = ["lxml (>=4.0,<5)"]
|
391 |
pathops = ["skia-pathops (>=0.5.0)"]
|
392 |
plot = ["matplotlib"]
|
@@ -395,7 +396,7 @@ symfont = ["sympy"]
|
|
395 |
type1 = ["xattr"]
|
396 |
ufo = ["fs (>=2.2.0,<3)"]
|
397 |
unicode = ["unicodedata2 (>=14.0.0)"]
|
398 |
-
woff = ["
|
399 |
|
400 |
[[package]]
|
401 |
name = "frozenlist"
|
@@ -441,7 +442,7 @@ optional = false
|
|
441 |
python-versions = "*"
|
442 |
|
443 |
[package.extras]
|
444 |
-
test = ["pytest", "sphinx", "sphinx-autobuild", "
|
445 |
|
446 |
[[package]]
|
447 |
name = "h11"
|
@@ -490,11 +491,11 @@ tqdm = "*"
|
|
490 |
typing-extensions = ">=3.7.4.3"
|
491 |
|
492 |
[package.extras]
|
493 |
-
all = ["
|
494 |
-
dev = ["
|
495 |
-
quality = ["black (>=22.0,<23.0)", "
|
496 |
-
tensorflow = ["
|
497 |
-
testing = ["
|
498 |
torch = ["torch"]
|
499 |
|
500 |
[[package]]
|
@@ -578,8 +579,8 @@ uc-micro-py = "*"
|
|
578 |
|
579 |
[package.extras]
|
580 |
benchmark = ["pytest", "pytest-benchmark"]
|
581 |
-
dev = ["
|
582 |
-
doc = ["sphinx", "sphinx-book-theme"
|
583 |
test = ["coverage", "pytest", "pytest-cov"]
|
584 |
|
585 |
[[package]]
|
@@ -608,12 +609,12 @@ mdurl = ">=0.1,<1.0"
|
|
608 |
|
609 |
[package.extras]
|
610 |
benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"]
|
611 |
-
|
612 |
compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"]
|
613 |
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
614 |
plugins = ["mdit-py-plugins"]
|
615 |
profiling = ["gprof2dot"]
|
616 |
-
rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "
|
617 |
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
618 |
|
619 |
[[package]]
|
@@ -636,9 +637,9 @@ python-versions = ">=3.7"
|
|
636 |
packaging = ">=17.0"
|
637 |
|
638 |
[package.extras]
|
639 |
-
dev = ["
|
640 |
-
docs = ["
|
641 |
-
lint = ["
|
642 |
tests = ["pytest", "pytz", "simplejson"]
|
643 |
|
644 |
[[package]]
|
@@ -680,7 +681,7 @@ python-versions = "~=3.6"
|
|
680 |
markdown-it-py = ">=1.0.0,<3.0.0"
|
681 |
|
682 |
[package.extras]
|
683 |
-
|
684 |
rtd = ["myst-parser (>=0.14.0,<0.15.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"]
|
685 |
testing = ["coverage", "pytest (>=3.6,<4)", "pytest-cov", "pytest-regressions"]
|
686 |
|
@@ -742,9 +743,9 @@ regex = ">=2021.8.3"
|
|
742 |
tqdm = "*"
|
743 |
|
744 |
[package.extras]
|
745 |
-
all = ["
|
746 |
corenlp = ["requests"]
|
747 |
-
|
748 |
plot = ["matplotlib"]
|
749 |
tgrep = ["pyparsing"]
|
750 |
twitter = ["twython"]
|
@@ -812,9 +813,9 @@ pynacl = ">=1.0.1"
|
|
812 |
six = "*"
|
813 |
|
814 |
[package.extras]
|
815 |
-
all = ["
|
816 |
-
ed25519 = ["
|
817 |
-
gssapi = ["
|
818 |
invoke = ["invoke (>=1.3)"]
|
819 |
|
820 |
[[package]]
|
@@ -969,8 +970,8 @@ python-versions = ">=3.6"
|
|
969 |
cffi = ">=1.4.1"
|
970 |
|
971 |
[package.extras]
|
972 |
-
docs = ["sphinx (>=1.6.5)", "
|
973 |
-
tests = ["
|
974 |
|
975 |
[[package]]
|
976 |
name = "pyparsing"
|
@@ -981,7 +982,7 @@ optional = false
|
|
981 |
python-versions = ">=3.6.8"
|
982 |
|
983 |
[package.extras]
|
984 |
-
diagrams = ["
|
985 |
|
986 |
[[package]]
|
987 |
name = "pytest"
|
@@ -1077,7 +1078,7 @@ urllib3 = ">=1.21.1,<1.27"
|
|
1077 |
|
1078 |
[package.extras]
|
1079 |
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
1080 |
-
|
1081 |
|
1082 |
[[package]]
|
1083 |
name = "scikit-learn"
|
@@ -1094,10 +1095,10 @@ scipy = ">=1.3.2"
|
|
1094 |
threadpoolctl = ">=2.0.0"
|
1095 |
|
1096 |
[package.extras]
|
1097 |
-
benchmark = ["matplotlib (>=3.1.2)", "
|
1098 |
-
docs = ["
|
1099 |
-
examples = ["matplotlib (>=3.1.2)", "
|
1100 |
-
tests = ["
|
1101 |
|
1102 |
[[package]]
|
1103 |
name = "scipy"
|
@@ -1138,8 +1139,8 @@ optional = false
|
|
1138 |
python-versions = ">=2.7"
|
1139 |
|
1140 |
[package.extras]
|
1141 |
-
dev = ["Django (>=1.11)", "
|
1142 |
-
doc = ["
|
1143 |
|
1144 |
[[package]]
|
1145 |
name = "sentence-splitter"
|
@@ -1192,6 +1193,19 @@ python-versions = ">=3.8.3,<4.0.0"
|
|
1192 |
environs = ">=9.5.0,<10.0.0"
|
1193 |
logzero = ">=1.7.0,<2.0.0"
|
1194 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1195 |
[[package]]
|
1196 |
name = "setuptools-rust"
|
1197 |
version = "1.3.0"
|
@@ -1202,6 +1216,7 @@ python-versions = ">=3.7"
|
|
1202 |
|
1203 |
[package.dependencies]
|
1204 |
semantic-version = ">=2.8.2,<3"
|
|
|
1205 |
typing-extensions = ">=3.7.4.3"
|
1206 |
|
1207 |
[[package]]
|
@@ -1214,6 +1229,7 @@ python-versions = ">=3.6"
|
|
1214 |
|
1215 |
[package.dependencies]
|
1216 |
packaging = ">=20.0"
|
|
|
1217 |
tomli = ">=1.0.0"
|
1218 |
|
1219 |
[package.extras]
|
@@ -1287,8 +1303,8 @@ optional = false
|
|
1287 |
python-versions = "*"
|
1288 |
|
1289 |
[package.extras]
|
1290 |
-
docs = ["sphinx", "sphinx-rtd-theme"
|
1291 |
-
testing = ["
|
1292 |
|
1293 |
[[package]]
|
1294 |
name = "toml"
|
@@ -1384,45 +1400,45 @@ tokenizers = ">=0.11.1,<0.11.3 || >0.11.3,<0.13"
|
|
1384 |
tqdm = ">=4.27"
|
1385 |
|
1386 |
[package.extras]
|
1387 |
-
all = ["
|
1388 |
-
audio = ["librosa", "pyctcdecode (>=0.3.0)"
|
1389 |
codecarbon = ["codecarbon (==1.2.0)"]
|
1390 |
deepspeed = ["deepspeed (>=0.6.4)"]
|
1391 |
-
deepspeed-testing = ["
|
1392 |
-
dev = ["
|
1393 |
-
dev-tensorflow = ["
|
1394 |
-
dev-torch = ["
|
1395 |
-
docs = ["
|
1396 |
-
|
1397 |
fairscale = ["fairscale (>0.3)"]
|
1398 |
-
flax = ["jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "
|
1399 |
-
flax-speech = ["librosa", "pyctcdecode (>=0.3.0)"
|
1400 |
ftfy = ["ftfy"]
|
1401 |
-
integrations = ["optuna", "ray", "sigopt"]
|
1402 |
-
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic
|
1403 |
modelcreation = ["cookiecutter (==1.7.3)"]
|
1404 |
-
onnx = ["onnxconverter-common", "
|
1405 |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1406 |
optuna = ["optuna"]
|
1407 |
-
quality = ["
|
1408 |
-
ray = ["ray"]
|
1409 |
-
retrieval = ["
|
1410 |
sagemaker = ["sagemaker (>=2.31.0)"]
|
1411 |
-
sentencepiece = ["sentencepiece (>=0.1.91,!=0.1.92)"
|
1412 |
-
serving = ["
|
1413 |
sigopt = ["sigopt"]
|
1414 |
sklearn = ["scikit-learn"]
|
1415 |
-
speech = ["
|
1416 |
-
testing = ["
|
1417 |
-
tf = ["tensorflow (>=2.3)", "
|
1418 |
-
tf-cpu = ["tensorflow-cpu (>=2.3)", "
|
1419 |
-
tf-speech = ["librosa", "pyctcdecode (>=0.3.0)"
|
1420 |
timm = ["timm"]
|
1421 |
tokenizers = ["tokenizers (>=0.11.1,!=0.11.3,<0.13)"]
|
1422 |
torch = ["torch (>=1.0)"]
|
1423 |
-
torch-speech = ["
|
1424 |
-
torchhub = ["filelock", "huggingface-hub (>=0.1.0,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf (<=3.20.1)", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "
|
1425 |
-
vision = ["
|
1426 |
|
1427 |
[[package]]
|
1428 |
name = "typer"
|
@@ -1438,8 +1454,8 @@ click = ">=7.1.1,<9.0.0"
|
|
1438 |
[package.extras]
|
1439 |
all = ["colorama (>=0.4.3,<0.5.0)", "shellingham (>=1.3.0,<2.0.0)"]
|
1440 |
dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)"]
|
1441 |
-
doc = ["
|
1442 |
-
test = ["
|
1443 |
|
1444 |
[[package]]
|
1445 |
name = "typing-extensions"
|
@@ -1469,8 +1485,8 @@ optional = false
|
|
1469 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
1470 |
|
1471 |
[package.extras]
|
1472 |
-
brotli = ["
|
1473 |
-
secure = ["
|
1474 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
1475 |
|
1476 |
[[package]]
|
@@ -1487,7 +1503,7 @@ click = ">=7.0"
|
|
1487 |
h11 = ">=0.8"
|
1488 |
|
1489 |
[package.extras]
|
1490 |
-
standard = ["
|
1491 |
|
1492 |
[[package]]
|
1493 |
name = "vtext"
|
@@ -1500,6 +1516,7 @@ python-versions = ">=3.6"
|
|
1500 |
[package.dependencies]
|
1501 |
numpy = ">=1.15.0"
|
1502 |
scipy = ">=1.1.0"
|
|
|
1503 |
setuptools-rust = ">=0.10.2"
|
1504 |
|
1505 |
[[package]]
|
@@ -1517,7 +1534,7 @@ multidict = ">=4.0"
|
|
1517 |
[metadata]
|
1518 |
lock-version = "1.1"
|
1519 |
python-versions = "^3.8.3"
|
1520 |
-
content-hash = "
|
1521 |
|
1522 |
[metadata.files]
|
1523 |
about-time = [
|
@@ -2439,6 +2456,13 @@ pyyaml = [
|
|
2439 |
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
|
2440 |
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
|
2441 |
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2442 |
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
|
2443 |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
|
2444 |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
|
@@ -2652,6 +2676,10 @@ set-loglevel = [
|
|
2652 |
{file = "set_loglevel-0.1.2-py3-none-any.whl", hash = "sha256:fcfe76ccd3791511e2cb51ec11ded6cc2186a727e441a934c547a211d0fdf773"},
|
2653 |
{file = "set_loglevel-0.1.2.tar.gz", hash = "sha256:4da23414a798cea918801b113e17af092f13ccda96345203b14042b6d6d3a896"},
|
2654 |
]
|
|
|
|
|
|
|
|
|
2655 |
setuptools-rust = [
|
2656 |
{file = "setuptools-rust-1.3.0.tar.gz", hash = "sha256:958c5bf4ab6483d59dab888538121871cc5006354a42fb0fbd50acf03caad1de"},
|
2657 |
{file = "setuptools_rust-1.3.0-py3-none-any.whl", hash = "sha256:7ead7398d6b6fe70a7743408dc2f7257dbcb8ca9b2d7a9f8b281c09bd86f36a5"},
|
|
|
24 |
yarl = ">=1.0,<2.0"
|
25 |
|
26 |
[package.extras]
|
27 |
+
speedups = ["Brotli", "aiodns", "cchardet"]
|
28 |
|
29 |
[[package]]
|
30 |
name = "aiosignal"
|
|
|
65 |
six = ">=1.5"
|
66 |
|
67 |
[package.extras]
|
68 |
+
test = ["flake8 (==3.7.9)", "mock (==2.0.0)", "pylint (==1.9.3)"]
|
69 |
|
70 |
[[package]]
|
71 |
name = "anyio"
|
|
|
80 |
sniffio = ">=1.1"
|
81 |
|
82 |
[package.extras]
|
83 |
+
doc = ["packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"]
|
84 |
+
test = ["contextlib2", "coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "mock (>=4)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (<0.15)", "uvloop (>=0.15)"]
|
85 |
trio = ["trio (>=0.16)"]
|
86 |
|
87 |
[[package]]
|
|
|
104 |
python-versions = ">=3.7"
|
105 |
|
106 |
[package.extras]
|
107 |
+
tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"]
|
108 |
|
109 |
[[package]]
|
110 |
name = "asttokens"
|
|
|
145 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
146 |
|
147 |
[package.extras]
|
148 |
+
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "sphinx", "sphinx-notfound-page", "zope.interface"]
|
149 |
+
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"]
|
150 |
+
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "zope.interface"]
|
151 |
+
tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six"]
|
152 |
|
153 |
[[package]]
|
154 |
name = "backoff"
|
|
|
209 |
python-versions = ">=3.5.0"
|
210 |
|
211 |
[package.extras]
|
212 |
+
unicode-backport = ["unicodedata2"]
|
213 |
|
214 |
[[package]]
|
215 |
name = "click"
|
|
|
258 |
cffi = ">=1.12"
|
259 |
|
260 |
[package.extras]
|
261 |
+
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx_rtd_theme"]
|
262 |
+
docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"]
|
263 |
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
|
264 |
sdist = ["setuptools_rust (>=0.11.4)"]
|
265 |
ssh = ["bcrypt (>=3.1.5)"]
|
266 |
+
test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"]
|
267 |
|
268 |
[[package]]
|
269 |
name = "cycler"
|
|
|
286 |
python-dotenv = "*"
|
287 |
|
288 |
[package.extras]
|
289 |
+
dev = ["dj-database-url", "dj-email-url", "django-cache-url", "flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)", "pytest", "tox"]
|
290 |
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
|
291 |
lint = ["flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)"]
|
292 |
+
tests = ["dj-database-url", "dj-email-url", "django-cache-url", "pytest"]
|
293 |
|
294 |
[[package]]
|
295 |
name = "executing"
|
|
|
312 |
starlette = "0.19.1"
|
313 |
|
314 |
[package.extras]
|
315 |
+
all = ["email_validator (>=1.1.1,<2.0.0)", "itsdangerous (>=1.1.0,<3.0.0)", "jinja2 (>=2.11.2,<4.0.0)", "orjson (>=3.2.1,<4.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "pyyaml (>=5.3.1,<7.0.0)", "requests (>=2.24.0,<3.0.0)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)", "uvicorn[standard] (>=0.12.0,<0.18.0)"]
|
316 |
+
dev = ["autoflake (>=1.4.0,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "pre-commit (>=2.17.0,<3.0.0)", "python-jose[cryptography] (>=3.3.0,<4.0.0)", "uvicorn[standard] (>=0.12.0,<0.18.0)"]
|
317 |
+
doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "pyyaml (>=5.3.1,<7.0.0)", "typer (>=0.4.1,<0.5.0)"]
|
318 |
+
test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==22.3.0)", "databases[sqlite] (>=0.3.2,<0.6.0)", "email_validator (>=1.1.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "flask (>=1.1.2,<3.0.0)", "httpx (>=0.14.0,<0.19.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.910)", "orjson (>=3.2.1,<4.0.0)", "peewee (>=3.13.3,<4.0.0)", "pytest (>=6.2.4,<7.0.0)", "pytest-cov (>=2.12.0,<4.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "requests (>=2.24.0,<3.0.0)", "sqlalchemy (>=1.3.18,<1.5.0)", "types-dataclasses (==0.6.5)", "types-orjson (==3.6.2)", "types-ujson (==4.2.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)"]
|
319 |
|
320 |
[[package]]
|
321 |
name = "fastlid"
|
|
|
341 |
[package.dependencies]
|
342 |
numpy = "*"
|
343 |
pybind11 = ">=2.2"
|
344 |
+
setuptools = ">=0.7.0"
|
345 |
|
346 |
[[package]]
|
347 |
name = "ffmpy"
|
|
|
385 |
python-versions = ">=3.7"
|
386 |
|
387 |
[package.extras]
|
388 |
+
all = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "fs (>=2.2.0,<3)", "lxml (>=4.0,<5)", "lz4 (>=1.7.4.2)", "matplotlib", "munkres", "scipy", "skia-pathops (>=0.5.0)", "sympy", "uharfbuzz (>=0.23.0)", "unicodedata2 (>=14.0.0)", "xattr", "zopfli (>=0.1.4)"]
|
389 |
graphite = ["lz4 (>=1.7.4.2)"]
|
390 |
+
interpolatable = ["munkres", "scipy"]
|
391 |
lxml = ["lxml (>=4.0,<5)"]
|
392 |
pathops = ["skia-pathops (>=0.5.0)"]
|
393 |
plot = ["matplotlib"]
|
|
|
396 |
type1 = ["xattr"]
|
397 |
ufo = ["fs (>=2.2.0,<3)"]
|
398 |
unicode = ["unicodedata2 (>=14.0.0)"]
|
399 |
+
woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"]
|
400 |
|
401 |
[[package]]
|
402 |
name = "frozenlist"
|
|
|
442 |
python-versions = "*"
|
443 |
|
444 |
[package.extras]
|
445 |
+
test = ["pytest", "sphinx", "sphinx-autobuild", "twine", "wheel"]
|
446 |
|
447 |
[[package]]
|
448 |
name = "h11"
|
|
|
491 |
typing-extensions = ">=3.7.4.3"
|
492 |
|
493 |
[package.extras]
|
494 |
+
all = ["black (>=22.0,<23.0)", "datasets", "flake8 (>=3.8.3)", "isort (>=5.5.4)", "pytest", "soundfile"]
|
495 |
+
dev = ["black (>=22.0,<23.0)", "datasets", "flake8 (>=3.8.3)", "isort (>=5.5.4)", "pytest", "soundfile"]
|
496 |
+
quality = ["black (>=22.0,<23.0)", "flake8 (>=3.8.3)", "isort (>=5.5.4)"]
|
497 |
+
tensorflow = ["graphviz", "pydot", "tensorflow"]
|
498 |
+
testing = ["datasets", "pytest", "soundfile"]
|
499 |
torch = ["torch"]
|
500 |
|
501 |
[[package]]
|
|
|
579 |
|
580 |
[package.extras]
|
581 |
benchmark = ["pytest", "pytest-benchmark"]
|
582 |
+
dev = ["black", "flake8", "isort", "pre-commit"]
|
583 |
+
doc = ["myst-parser", "sphinx", "sphinx-book-theme"]
|
584 |
test = ["coverage", "pytest", "pytest-cov"]
|
585 |
|
586 |
[[package]]
|
|
|
609 |
|
610 |
[package.extras]
|
611 |
benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"]
|
612 |
+
code-style = ["pre-commit (==2.6)"]
|
613 |
compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"]
|
614 |
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
615 |
plugins = ["mdit-py-plugins"]
|
616 |
profiling = ["gprof2dot"]
|
617 |
+
rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"]
|
618 |
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
619 |
|
620 |
[[package]]
|
|
|
637 |
packaging = ">=17.0"
|
638 |
|
639 |
[package.extras]
|
640 |
+
dev = ["flake8 (==4.0.1)", "flake8-bugbear (==22.4.25)", "mypy (==0.960)", "pre-commit (>=2.4,<3.0)", "pytest", "pytz", "simplejson", "tox"]
|
641 |
+
docs = ["alabaster (==0.7.12)", "autodocsumm (==0.2.8)", "sphinx (==4.5.0)", "sphinx-issues (==3.0.1)", "sphinx-version-warning (==1.1.2)"]
|
642 |
+
lint = ["flake8 (==4.0.1)", "flake8-bugbear (==22.4.25)", "mypy (==0.960)", "pre-commit (>=2.4,<3.0)"]
|
643 |
tests = ["pytest", "pytz", "simplejson"]
|
644 |
|
645 |
[[package]]
|
|
|
681 |
markdown-it-py = ">=1.0.0,<3.0.0"
|
682 |
|
683 |
[package.extras]
|
684 |
+
code-style = ["pre-commit (==2.6)"]
|
685 |
rtd = ["myst-parser (>=0.14.0,<0.15.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"]
|
686 |
testing = ["coverage", "pytest (>=3.6,<4)", "pytest-cov", "pytest-regressions"]
|
687 |
|
|
|
743 |
tqdm = "*"
|
744 |
|
745 |
[package.extras]
|
746 |
+
all = ["matplotlib", "numpy", "pyparsing", "python-crfsuite", "requests", "scikit-learn", "scipy", "twython"]
|
747 |
corenlp = ["requests"]
|
748 |
+
machine-learning = ["numpy", "python-crfsuite", "scikit-learn", "scipy"]
|
749 |
plot = ["matplotlib"]
|
750 |
tgrep = ["pyparsing"]
|
751 |
twitter = ["twython"]
|
|
|
813 |
six = "*"
|
814 |
|
815 |
[package.extras]
|
816 |
+
all = ["bcrypt (>=3.1.3)", "gssapi (>=1.4.1)", "invoke (>=1.3)", "pyasn1 (>=0.1.7)", "pynacl (>=1.0.1)", "pywin32 (>=2.1.8)"]
|
817 |
+
ed25519 = ["bcrypt (>=3.1.3)", "pynacl (>=1.0.1)"]
|
818 |
+
gssapi = ["gssapi (>=1.4.1)", "pyasn1 (>=0.1.7)", "pywin32 (>=2.1.8)"]
|
819 |
invoke = ["invoke (>=1.3)"]
|
820 |
|
821 |
[[package]]
|
|
|
970 |
cffi = ">=1.4.1"
|
971 |
|
972 |
[package.extras]
|
973 |
+
docs = ["sphinx (>=1.6.5)", "sphinx_rtd_theme"]
|
974 |
+
tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"]
|
975 |
|
976 |
[[package]]
|
977 |
name = "pyparsing"
|
|
|
982 |
python-versions = ">=3.6.8"
|
983 |
|
984 |
[package.extras]
|
985 |
+
diagrams = ["jinja2", "railroad-diagrams"]
|
986 |
|
987 |
[[package]]
|
988 |
name = "pytest"
|
|
|
1078 |
|
1079 |
[package.extras]
|
1080 |
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
1081 |
+
use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"]
|
1082 |
|
1083 |
[[package]]
|
1084 |
name = "scikit-learn"
|
|
|
1095 |
threadpoolctl = ">=2.0.0"
|
1096 |
|
1097 |
[package.extras]
|
1098 |
+
benchmark = ["matplotlib (>=3.1.2)", "memory-profiler (>=0.57.0)", "pandas (>=1.0.5)"]
|
1099 |
+
docs = ["Pillow (>=7.1.2)", "matplotlib (>=3.1.2)", "memory-profiler (>=0.57.0)", "numpydoc (>=1.2.0)", "pandas (>=1.0.5)", "scikit-image (>=0.14.5)", "seaborn (>=0.9.0)", "sphinx (>=4.0.1)", "sphinx-gallery (>=0.7.0)", "sphinx-prompt (>=1.3.0)", "sphinxext-opengraph (>=0.4.2)"]
|
1100 |
+
examples = ["matplotlib (>=3.1.2)", "pandas (>=1.0.5)", "scikit-image (>=0.14.5)", "seaborn (>=0.9.0)"]
|
1101 |
+
tests = ["black (>=22.3.0)", "flake8 (>=3.8.2)", "matplotlib (>=3.1.2)", "mypy (>=0.770)", "numpydoc (>=1.2.0)", "pandas (>=1.0.5)", "pyamg (>=4.0.0)", "pytest (>=5.0.1)", "pytest-cov (>=2.9.0)", "scikit-image (>=0.14.5)"]
|
1102 |
|
1103 |
[[package]]
|
1104 |
name = "scipy"
|
|
|
1139 |
python-versions = ">=2.7"
|
1140 |
|
1141 |
[package.extras]
|
1142 |
+
dev = ["Django (>=1.11)", "check-manifest", "colorama (<=0.4.1)", "coverage", "flake8", "nose2", "readme-renderer (<25.0)", "tox", "wheel", "zest.releaser[recommended]"]
|
1143 |
+
doc = ["Sphinx", "sphinx-rtd-theme"]
|
1144 |
|
1145 |
[[package]]
|
1146 |
name = "sentence-splitter"
|
|
|
1193 |
environs = ">=9.5.0,<10.0.0"
|
1194 |
logzero = ">=1.7.0,<2.0.0"
|
1195 |
|
1196 |
+
[[package]]
|
1197 |
+
name = "setuptools"
|
1198 |
+
version = "65.6.3"
|
1199 |
+
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
1200 |
+
category = "main"
|
1201 |
+
optional = false
|
1202 |
+
python-versions = ">=3.7"
|
1203 |
+
|
1204 |
+
[package.extras]
|
1205 |
+
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
1206 |
+
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
1207 |
+
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
1208 |
+
|
1209 |
[[package]]
|
1210 |
name = "setuptools-rust"
|
1211 |
version = "1.3.0"
|
|
|
1216 |
|
1217 |
[package.dependencies]
|
1218 |
semantic-version = ">=2.8.2,<3"
|
1219 |
+
setuptools = ">=58.0"
|
1220 |
typing-extensions = ">=3.7.4.3"
|
1221 |
|
1222 |
[[package]]
|
|
|
1229 |
|
1230 |
[package.dependencies]
|
1231 |
packaging = ">=20.0"
|
1232 |
+
setuptools = "*"
|
1233 |
tomli = ">=1.0.0"
|
1234 |
|
1235 |
[package.extras]
|
|
|
1303 |
python-versions = "*"
|
1304 |
|
1305 |
[package.extras]
|
1306 |
+
docs = ["setuptools-rust", "sphinx", "sphinx-rtd-theme"]
|
1307 |
+
testing = ["datasets", "numpy", "pytest", "requests"]
|
1308 |
|
1309 |
[[package]]
|
1310 |
name = "toml"
|
|
|
1400 |
tqdm = ">=4.27"
|
1401 |
|
1402 |
[package.extras]
|
1403 |
+
all = ["Pillow", "codecarbon (==1.2.0)", "flax (>=0.3.5)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "librosa", "onnxconverter-common", "optax (>=0.0.8)", "optuna", "phonemizer", "protobuf (<=3.20.1)", "pyctcdecode (>=0.3.0)", "ray[tune]", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.3)", "tf2onnx", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torch (>=1.0)", "torchaudio"]
|
1404 |
+
audio = ["librosa", "phonemizer", "pyctcdecode (>=0.3.0)"]
|
1405 |
codecarbon = ["codecarbon (==1.2.0)"]
|
1406 |
deepspeed = ["deepspeed (>=0.6.4)"]
|
1407 |
+
deepspeed-testing = ["GitPython (<3.1.19)", "black (>=22.0,<23.0)", "cookiecutter (==1.7.3)", "datasets", "deepspeed (>=0.6.4)", "faiss-cpu", "hf-doc-builder (>=0.3.0)", "nltk", "optuna", "parameterized", "protobuf (<=3.20.1)", "psutil", "pytest", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "timeout-decorator"]
|
1408 |
+
dev = ["GitPython (<3.1.19)", "Pillow", "black (>=22.0,<23.0)", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets", "faiss-cpu", "flake8 (>=3.8.3)", "flax (>=0.3.5)", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "librosa", "nltk", "onnxconverter-common", "optax (>=0.0.8)", "optuna", "parameterized", "phonemizer", "protobuf (<=3.20.1)", "psutil", "pyctcdecode (>=0.3.0)", "pytest", "pytest-timeout", "pytest-xdist", "ray[tune]", "rjieba", "rouge-score", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.3)", "tf2onnx", "timeout-decorator", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torch (>=1.0)", "torchaudio", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"]
|
1409 |
+
dev-tensorflow = ["GitPython (<3.1.19)", "Pillow", "black (>=22.0,<23.0)", "cookiecutter (==1.7.3)", "datasets", "faiss-cpu", "flake8 (>=3.8.3)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "isort (>=5.5.4)", "librosa", "nltk", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf (<=3.20.1)", "psutil", "pyctcdecode (>=0.3.0)", "pytest", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorflow (>=2.3)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.11.1,!=0.11.3,<0.13)"]
|
1410 |
+
dev-torch = ["GitPython (<3.1.19)", "Pillow", "black (>=22.0,<23.0)", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets", "faiss-cpu", "flake8 (>=3.8.3)", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "librosa", "nltk", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf (<=3.20.1)", "psutil", "pyctcdecode (>=0.3.0)", "pytest", "pytest-timeout", "pytest-xdist", "ray[tune]", "rjieba", "rouge-score", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "timeout-decorator", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torch (>=1.0)", "torchaudio", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"]
|
1411 |
+
docs = ["Pillow", "codecarbon (==1.2.0)", "flax (>=0.3.5)", "hf-doc-builder", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "librosa", "onnxconverter-common", "optax (>=0.0.8)", "optuna", "phonemizer", "protobuf (<=3.20.1)", "pyctcdecode (>=0.3.0)", "ray[tune]", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.3)", "tf2onnx", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torch (>=1.0)", "torchaudio"]
|
1412 |
+
docs-specific = ["hf-doc-builder"]
|
1413 |
fairscale = ["fairscale (>0.3)"]
|
1414 |
+
flax = ["flax (>=0.3.5)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "optax (>=0.0.8)"]
|
1415 |
+
flax-speech = ["librosa", "phonemizer", "pyctcdecode (>=0.3.0)"]
|
1416 |
ftfy = ["ftfy"]
|
1417 |
+
integrations = ["optuna", "ray[tune]", "sigopt"]
|
1418 |
+
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"]
|
1419 |
modelcreation = ["cookiecutter (==1.7.3)"]
|
1420 |
+
onnx = ["onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "tf2onnx"]
|
1421 |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1422 |
optuna = ["optuna"]
|
1423 |
+
quality = ["GitPython (<3.1.19)", "black (>=22.0,<23.0)", "flake8 (>=3.8.3)", "hf-doc-builder (>=0.3.0)", "isort (>=5.5.4)"]
|
1424 |
+
ray = ["ray[tune]"]
|
1425 |
+
retrieval = ["datasets", "faiss-cpu"]
|
1426 |
sagemaker = ["sagemaker (>=2.31.0)"]
|
1427 |
+
sentencepiece = ["protobuf (<=3.20.1)", "sentencepiece (>=0.1.91,!=0.1.92)"]
|
1428 |
+
serving = ["fastapi", "pydantic", "starlette", "uvicorn"]
|
1429 |
sigopt = ["sigopt"]
|
1430 |
sklearn = ["scikit-learn"]
|
1431 |
+
speech = ["librosa", "phonemizer", "pyctcdecode (>=0.3.0)", "torchaudio"]
|
1432 |
+
testing = ["GitPython (<3.1.19)", "black (>=22.0,<23.0)", "cookiecutter (==1.7.3)", "datasets", "faiss-cpu", "hf-doc-builder (>=0.3.0)", "nltk", "parameterized", "protobuf (<=3.20.1)", "psutil", "pytest", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "timeout-decorator"]
|
1433 |
+
tf = ["onnxconverter-common", "tensorflow (>=2.3)", "tf2onnx"]
|
1434 |
+
tf-cpu = ["onnxconverter-common", "tensorflow-cpu (>=2.3)", "tf2onnx"]
|
1435 |
+
tf-speech = ["librosa", "phonemizer", "pyctcdecode (>=0.3.0)"]
|
1436 |
timm = ["timm"]
|
1437 |
tokenizers = ["tokenizers (>=0.11.1,!=0.11.3,<0.13)"]
|
1438 |
torch = ["torch (>=1.0)"]
|
1439 |
+
torch-speech = ["librosa", "phonemizer", "pyctcdecode (>=0.3.0)", "torchaudio"]
|
1440 |
+
torchhub = ["filelock", "huggingface-hub (>=0.1.0,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf (<=3.20.1)", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torch (>=1.0)", "tqdm (>=4.27)"]
|
1441 |
+
vision = ["Pillow"]
|
1442 |
|
1443 |
[[package]]
|
1444 |
name = "typer"
|
|
|
1454 |
[package.extras]
|
1455 |
all = ["colorama (>=0.4.3,<0.5.0)", "shellingham (>=1.3.0,<2.0.0)"]
|
1456 |
dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)"]
|
1457 |
+
doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)"]
|
1458 |
+
test = ["black (>=22.3.0,<23.0.0)", "coverage (>=5.2,<6.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.910)", "pytest (>=4.4.0,<5.4.0)", "pytest-cov (>=2.10.0,<3.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<2.0.0)", "shellingham (>=1.3.0,<2.0.0)"]
|
1459 |
|
1460 |
[[package]]
|
1461 |
name = "typing-extensions"
|
|
|
1485 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
1486 |
|
1487 |
[package.extras]
|
1488 |
+
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
|
1489 |
+
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"]
|
1490 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
1491 |
|
1492 |
[[package]]
|
|
|
1503 |
h11 = ">=0.8"
|
1504 |
|
1505 |
[package.extras]
|
1506 |
+
standard = ["PyYAML (>=5.1)", "colorama (>=0.4)", "httptools (>=0.4.0)", "python-dotenv (>=0.13)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchgod (>=0.6)", "websockets (>=10.0)"]
|
1507 |
|
1508 |
[[package]]
|
1509 |
name = "vtext"
|
|
|
1516 |
[package.dependencies]
|
1517 |
numpy = ">=1.15.0"
|
1518 |
scipy = ">=1.1.0"
|
1519 |
+
setuptools = "*"
|
1520 |
setuptools-rust = ">=0.10.2"
|
1521 |
|
1522 |
[[package]]
|
|
|
1534 |
[metadata]
|
1535 |
lock-version = "1.1"
|
1536 |
python-versions = "^3.8.3"
|
1537 |
+
content-hash = "23d8d2fbd314ff813627e2de0c619546a7a09adfda62872136fa8ba5eed3c6ce"
|
1538 |
|
1539 |
[metadata.files]
|
1540 |
about-time = [
|
|
|
2456 |
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
|
2457 |
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
|
2458 |
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
|
2459 |
+
{file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"},
|
2460 |
+
{file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"},
|
2461 |
+
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"},
|
2462 |
+
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"},
|
2463 |
+
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"},
|
2464 |
+
{file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"},
|
2465 |
+
{file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"},
|
2466 |
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
|
2467 |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
|
2468 |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
|
|
|
2676 |
{file = "set_loglevel-0.1.2-py3-none-any.whl", hash = "sha256:fcfe76ccd3791511e2cb51ec11ded6cc2186a727e441a934c547a211d0fdf773"},
|
2677 |
{file = "set_loglevel-0.1.2.tar.gz", hash = "sha256:4da23414a798cea918801b113e17af092f13ccda96345203b14042b6d6d3a896"},
|
2678 |
]
|
2679 |
+
setuptools = [
|
2680 |
+
{file = "setuptools-65.6.3-py3-none-any.whl", hash = "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54"},
|
2681 |
+
{file = "setuptools-65.6.3.tar.gz", hash = "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75"},
|
2682 |
+
]
|
2683 |
setuptools-rust = [
|
2684 |
{file = "setuptools-rust-1.3.0.tar.gz", hash = "sha256:958c5bf4ab6483d59dab888538121871cc5006354a42fb0fbd50acf03caad1de"},
|
2685 |
{file = "setuptools_rust-1.3.0-py3-none-any.whl", hash = "sha256:7ead7398d6b6fe70a7743408dc2f7257dbcb8ca9b2d7a9f8b281c09bd86f36a5"},
|
pyproject.toml
CHANGED
@@ -13,10 +13,10 @@ logzero = "^1.7.0"
|
|
13 |
set-loglevel = "^0.1.2"
|
14 |
icecream = "^2.1.1"
|
15 |
install = "^1.3.5"
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
sentence-transformers = "^2.2.0"
|
21 |
hf-model-s-cpu = "^0.1.1"
|
22 |
gradio = "^3.0.15"
|
|
|
13 |
set-loglevel = "^0.1.2"
|
14 |
icecream = "^2.1.1"
|
15 |
install = "^1.3.5"
|
16 |
+
torch = [
|
17 |
+
{url = "https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp38-cp38-linux_x86_64.whl", markers = "sys_platform == 'linux'"},
|
18 |
+
{url = "https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp38-cp38-win_amd64.whl", markers = "sys_platform == 'win32'"}
|
19 |
+
]
|
20 |
sentence-transformers = "^2.2.0"
|
21 |
hf-model-s-cpu = "^0.1.1"
|
22 |
gradio = "^3.0.15"
|
start-sshd.sh
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
apt update && apt-get install openssh-server -y
|
2 |
-
/etc/init.d/ssh restart && mkdir -p ~/.ssh && echo ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOl+SiDFL1ZUh1QJ0454eYKtamkMCVs2hhuv3cWN1LU7 id_ed25519_colab > ~/.ssh/authorized_keys
|
|
|
3 |
echo cd /usr/src/app >> ~/.bashrc
|
|
|
1 |
apt update && apt-get install openssh-server -y
|
2 |
+
/etc/init.d/ssh restart && mkdir -p ~/.ssh && echo ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOl+SiDFL1ZUh1QJ0454eYKtamkMCVs2hhuv3cWN1LU7 id_ed25519_colab > ~/.ssh/authorized_keys
|
3 |
+
echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCizaBJkWzdC/pvwFzBx8/fNWhvDDcSjp3B8pqgS7nF/+CXstK/k5vbN+PlZTupnOrOd0jQ7KdDUqsx/GFGTub8n1RDOF8nCHjvKScQii3M53i6OVH3m5+9eyhag5J8vLugnbbT57tUaVnFe7z0vomxsmVUfyXex3EZhW+zM1+kfGH9rvQxoh5OMiZLPqcyNRQHsJV8JDD2IRxHid0mMXcPFbws1CcjZiEWRLV4878KFt2vWwp+9xjwgSzcoKtFnxMrDKFfyKoEAYnyO7SrEVvm8T2rMpXCApDEMFnV0g2bUDu67iD1xAGHSvTgjEtSG3mLJGrnKBnzzO2ksCZf68/z GOLAY\User@golay >> ~/.ssh/authorized_keys
|
4 |
echo cd /usr/src/app >> ~/.bashrc
|