Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
98a3e0d1
Unverified
Commit
98a3e0d1
authored
Apr 24, 2023
by
OlivierDehaene
Committed by
GitHub
Apr 24, 2023
Browse files
chore(server): update huggingface-hub (#227)
parent
4a7dd408
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
50 deletions
+41
-50
Dockerfile
Dockerfile
+0
-5
server/poetry.lock
server/poetry.lock
+38
-42
server/pyproject.toml
server/pyproject.toml
+1
-1
server/requirements.txt
server/requirements.txt
+2
-2
No files found.
Dockerfile
View file @
98a3e0d1
...
@@ -144,11 +144,6 @@ COPY --from=transformers-builder /usr/src/transformers/build/lib.linux-x86_64-cp
...
@@ -144,11 +144,6 @@ COPY --from=transformers-builder /usr/src/transformers/build/lib.linux-x86_64-cp
# Install transformers dependencies
# Install transformers dependencies
RUN
cd
/usr/src/transformers
&&
pip
install
-e
.
--no-cache-dir
&&
pip
install
einops
--no-cache-dir
RUN
cd
/usr/src/transformers
&&
pip
install
-e
.
--no-cache-dir
&&
pip
install
einops
--no-cache-dir
# FIXME: remove when we get a release of huggingface-hub
RUN
apt-get update
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
git
\
&&
rm
-rf
/var/lib/apt/lists/
*
# Install server
# Install server
COPY
proto proto
COPY
proto proto
COPY
server server
COPY
server server
...
...
server/poetry.lock
View file @
98a3e0d1
...
@@ -241,12 +241,11 @@ python-versions = ">=3.7"
...
@@ -241,12 +241,11 @@ python-versions = ">=3.7"
[[package]]
[[package]]
name = "huggingface-hub"
name = "huggingface-hub"
version = "0.14.0
.dev0
"
version = "0.14.0"
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
category = "main"
category = "main"
optional = false
optional = false
python-versions = ">=3.7.0"
python-versions = ">=3.7.0"
develop = false
[package.dependencies]
[package.dependencies]
filelock = "*"
filelock = "*"
...
@@ -268,12 +267,6 @@ testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "gradio", "jedi", "pytest
...
@@ -268,12 +267,6 @@ testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "gradio", "jedi", "pytest
torch = ["torch"]
torch = ["torch"]
typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
[package.source]
type = "git"
url = "https://github.com/huggingface/huggingface_hub.git"
reference = "4f27b44ee536cd654e171c7f37478eaf1996cc3f"
resolved_reference = "4f27b44ee536cd654e171c7f37478eaf1996cc3f"
[[package]]
[[package]]
name = "idna"
name = "idna"
version = "3.4"
version = "3.4"
...
@@ -366,7 +359,7 @@ test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"]
...
@@ -366,7 +359,7 @@ test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"]
[[package]]
[[package]]
name = "numpy"
name = "numpy"
version = "1.24.
2
"
version = "1.24.
3
"
description = "Fundamental package for array computing in Python"
description = "Fundamental package for array computing in Python"
category = "main"
category = "main"
optional = true
optional = true
...
@@ -735,7 +728,7 @@ python-versions = "*"
...
@@ -735,7 +728,7 @@ python-versions = "*"
[[package]]
[[package]]
name = "setuptools"
name = "setuptools"
version = "67.
6.1
"
version = "67.
7.2
"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
category = "main"
optional = false
optional = false
...
@@ -918,7 +911,7 @@ bnb = ["bitsandbytes"]
...
@@ -918,7 +911,7 @@ bnb = ["bitsandbytes"]
[metadata]
[metadata]
lock-version = "1.1"
lock-version = "1.1"
python-versions = "^3.9"
python-versions = "^3.9"
content-hash = "2
c154f7400d221a13ca4ff5dcab4148be17ae2c22493d8aa57c1a0d2f9361f14
"
content-hash = "2
534d6a2dea05e0061707b2c0ede295902790656a3c6256fef692e06d66a0c4a
"
[metadata.files]
[metadata.files]
accelerate = [
accelerate = [
...
@@ -1188,7 +1181,10 @@ hf-transfer = [
...
@@ -1188,7 +1181,10 @@ hf-transfer = [
{file = "hf_transfer-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:efb8b41360c7e3d7700c147b70688aed0a03e86fbe5bcfdee079b0e634f026f9"},
{file = "hf_transfer-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:efb8b41360c7e3d7700c147b70688aed0a03e86fbe5bcfdee079b0e634f026f9"},
{file = "hf_transfer-0.1.3.tar.gz", hash = "sha256:7afd7eb03efad7812a48591b639b2e3f3d1f93c1e9060c18cc63ebf08d7e193c"},
{file = "hf_transfer-0.1.3.tar.gz", hash = "sha256:7afd7eb03efad7812a48591b639b2e3f3d1f93c1e9060c18cc63ebf08d7e193c"},
]
]
huggingface-hub = []
huggingface-hub = [
{file = "huggingface_hub-0.14.0-py3-none-any.whl", hash = "sha256:fa6a6139fe4a8a164bfd0cda90c225fe8471b47c12811738b6db8348a2f703a0"},
{file = "huggingface_hub-0.14.0.tar.gz", hash = "sha256:42eeab833284e3fc1d39263cf9c3d1bb36b129acdd8195838694d165e8dd6cae"},
]
idna = [
idna = [
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
...
@@ -1269,34 +1265,34 @@ networkx = [
...
@@ -1269,34 +1265,34 @@ networkx = [
{file = "networkx-3.1.tar.gz", hash = "sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61"},
{file = "networkx-3.1.tar.gz", hash = "sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61"},
]
]
numpy = [
numpy = [
{file = "numpy-1.24.
2
-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:
eef70b4fc1e872ebddc38cddacc87c19a3709c0e3e5d20bf3954c147b1dd941d
"},
{file = "numpy-1.24.
3
-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:
3c1104d3c036fb81ab923f507536daedc718d0ad5a8707c6061cdfd6d184e570
"},
{file = "numpy-1.24.
2
-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:
e8d2859428712785e8a8b7d2b3ef0a1d1565892367b32f915c4a4df44d0e64f5
"},
{file = "numpy-1.24.
3
-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:
202de8f38fc4a45a3eea4b63e2f376e5f2dc64ef0fa692838e31a808520efaf7
"},
{file = "numpy-1.24.
2
-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
6524630f71631be2dabe0c541e7675db82651eb998496bbe16bc4f77f077225
3"},
{file = "numpy-1.24.
3
-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
8535303847b89aa6b0f00aa1dc62867b5a32923e4d1681a35b5eef2d9591a46
3"},
{file = "numpy-1.24.
2
-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
a51725a815a6188c662fb66fb32077709a9ca38053f0274640293a14fdd22978
"},
{file = "numpy-1.24.
3
-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
2d926b52ba1367f9acb76b0df6ed21f0b16a1ad87c6720a1121674e5cf63e2b6
"},
{file = "numpy-1.24.
2
-cp310-cp310-win32.whl", hash = "sha256:
2620e8592136e073bd12ee4536149380695fbe9ebeae845b81237f986479ffc9
"},
{file = "numpy-1.24.
3
-cp310-cp310-win32.whl", hash = "sha256:
f21c442fdd2805e91799fbe044a7b999b8571bb0ab0f7850d0cb9641a687092b
"},
{file = "numpy-1.24.
2
-cp310-cp310-win_amd64.whl", hash = "sha256:
97cf27e51fa078078c649a51d7ade3c92d9e709ba2bfb97493007103c741f1d0
"},
{file = "numpy-1.24.
3
-cp310-cp310-win_amd64.whl", hash = "sha256:
ab5f23af8c16022663a652d3b25dcdc272ac3f83c3af4c02eb8b824e6b3ab9d7
"},
{file = "numpy-1.24.
2
-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:
7de8fdde0003f4294655aa5d5f0a89c26b9f22c0a58790c38fae1ed392d44a5a
"},
{file = "numpy-1.24.
3
-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:
9a7721ec204d3a237225db3e194c25268faf92e19338a35f3a224469cb6039a3
"},
{file = "numpy-1.24.
2
-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:
4173bde9fa2a005c2c6e2ea8ac1618e2ed2c1c6ec8a7657237854d42094123a0
"},
{file = "numpy-1.24.
3
-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:
d6cc757de514c00b24ae8cf5c876af2a7c3df189028d68c0cb4eaa9cd5afc2bf
"},
{file = "numpy-1.24.
2
-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
4cecaed30dc14123020f77b03601559fff3e6cd0c048f8b5289f4eeabb0eb281
"},
{file = "numpy-1.24.
3
-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
76e3f4e85fc5d4fd311f6e9b794d0c00e7002ec122be271f2019d63376f1d385
"},
{file = "numpy-1.24.
2
-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
9a23f8440561a633204a67fb44617ce2a299beecf3295f0d13c495518908e91
0"},
{file = "numpy-1.24.
3
-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
a1d3c026f57ceaad42f8231305d4653d5f05dc6332a730ae5c0bea3513de095
0"},
{file = "numpy-1.24.
2
-cp311-cp311-win32.whl", hash = "sha256:
e428c4fbfa085f947b536706a2fc349245d7baa8334f0c5723c56a10595f9b95
"},
{file = "numpy-1.24.
3
-cp311-cp311-win32.whl", hash = "sha256:
c91c4afd8abc3908e00a44b2672718905b8611503f7ff87390cc0ac3423fb096
"},
{file = "numpy-1.24.
2
-cp311-cp311-win_amd64.whl", hash = "sha256:5
57d42778a6869c2162deb40ad82612645e21d79e11c1dc62c6e82a2220ffb04
"},
{file = "numpy-1.24.
3
-cp311-cp311-win_amd64.whl", hash = "sha256:5
342cf6aad47943286afa6f1609cad9b4266a05e7f2ec408e2cf7aea7ff69d80
"},
{file = "numpy-1.24.
2
-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:
d0a2db9d20117bf523dde15858398e7c0858aadca7c0f088ac0d6edd360e9ad2
"},
{file = "numpy-1.24.
3
-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:
7776ea65423ca6a15255ba1872d82d207bd1e09f6d0894ee4a64678dd2204078
"},
{file = "numpy-1.24.
2
-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:
c72a6b2f4af1adfe193f7beb91ddf708ff867a3f977ef2ec53c0ffb8283ab9f5
"},
{file = "numpy-1.24.
3
-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:
ae8d0be48d1b6ed82588934aaaa179875e7dc4f3d84da18d7eae6eb3f06c242c
"},
{file = "numpy-1.24.
2
-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
c29e6bd0ec49a44d7690ecb623a8eac5ab8a923bce0bea6293953992edf3a76a
"},
{file = "numpy-1.24.
3
-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
ecde0f8adef7dfdec993fd54b0f78183051b6580f606111a6d789cd14c61ea0c
"},
{file = "numpy-1.24.
2
-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
2eabd64ddb96a1239791da78fa5f4e1693ae2dadc82a76bc76a14cbb2b966e96
"},
{file = "numpy-1.24.
3
-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
4749e053a29364d3452c034827102ee100986903263e89884922ef01a0a6fd2f
"},
{file = "numpy-1.24.
2
-cp38-cp38-win32.whl", hash = "sha256:
e3ab5d32784e843fc0dd3ab6dcafc67ef806e6b6828dc6af2f689be0eb4d781d
"},
{file = "numpy-1.24.
3
-cp38-cp38-win32.whl", hash = "sha256:
d933fabd8f6a319e8530d0de4fcc2e6a61917e0b0c271fded460032db42a0fe4
"},
{file = "numpy-1.24.
2
-cp38-cp38-win_amd64.whl", hash = "sha256:
76807b4063f0002c8532cfeac47a3068a69561e9c8715efdad3c642eb27c0756
"},
{file = "numpy-1.24.
3
-cp38-cp38-win_amd64.whl", hash = "sha256:
56e48aec79ae238f6e4395886b5eaed058abb7231fb3361ddd7bfdf4eed54289
"},
{file = "numpy-1.24.
2
-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:419
9e7cfc307a778f72d293372736223e39ec9ac096ff0a2e64853b866a8e18a
"},
{file = "numpy-1.24.
3
-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4
7
19
d5aefb5189f50887773699eaf94e7d1e02bf36c1a9d353d9f46703758ca4
"},
{file = "numpy-1.24.
2
-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:
adbdce121896fd3a17a77ab0b0b5eedf05a9834a18699db6829a64e1dfccca7f
"},
{file = "numpy-1.24.
3
-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:
0ec87a7084caa559c36e0a2309e4ecb1baa03b687201d0a847c8b0ed476a7187
"},
{file = "numpy-1.24.
2
-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
889b2cc88b837d86eda1b17008ebeb679d82875022200c6e8e4ce6cf549b7acb
"},
{file = "numpy-1.24.
3
-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
ea8282b9bcfe2b5e7d491d0bf7f3e2da29700cec05b49e64d6246923329f2b02
"},
{file = "numpy-1.24.
2
-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
f64bb98ac59b3ea3bf74b02f13836eb2e24e48e0ab0145bbda646295769bd780
"},
{file = "numpy-1.24.
3
-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
210461d87fb02a84ef243cac5e814aad2b7f4be953b32cb53327bb49fd77fbb4
"},
{file = "numpy-1.24.
2
-cp39-cp39-win32.whl", hash = "sha256:
63e45511ee4d9d976637d11e6c9864eae50e12dc9598f531c03526599191
046
8
"},
{file = "numpy-1.24.
3
-cp39-cp39-win32.whl", hash = "sha256:
784c6da1a07818491b0ffd63c6bbe5a33deaa0e25a20e1b3ea20cf0e43f8
046
c
"},
{file = "numpy-1.24.
2
-cp39-cp39-win_amd64.whl", hash = "sha256:
a77d3e1163a7770164404607b7ba396
7f
b
49
b24782a6ef85d9b5f54126cc39e5
"},
{file = "numpy-1.24.
3
-cp39-cp39-win_amd64.whl", hash = "sha256:
d5036197ecae68d
7f49
1fcdb4df90082b0d4960ca6599ba2659957aafced7c17
"},
{file = "numpy-1.24.
2
-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:
92011118955724465fb6853def593cf397b4a1367495e0b59a7e69d40c4eb71d
"},
{file = "numpy-1.24.
3
-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:
352ee00c7f8387b44d19f4cada524586f07379c0d49270f87233983bc5087ca0
"},
{file = "numpy-1.24.
2
-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
f9006288bcf4895917d02583cf3411f98631275bc67cce355a7f39f8c14338fa
"},
{file = "numpy-1.24.
3
-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
1a7d6acc2e7524c9955e5c903160aa4ea083736fde7e91276b0e5d98e6332812
"},
{file = "numpy-1.24.
2
-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:
150947adbdfeceec4e5926d956a06865c1c690f2fd902efede4ca6fe2e657c3f
"},
{file = "numpy-1.24.
3
-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:
35400e6a8d102fd07c71ed7dcadd9eb62ee9a6e84ec159bd48c28235bbb0f8e4
"},
{file = "numpy-1.24.
2
.tar.gz", hash = "sha256:
003a9f530e880cb2cd177cba1af7220b9aa42def9c4afc2a2fc3ee6be7eb2b22
"},
{file = "numpy-1.24.
3
.tar.gz", hash = "sha256:
ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155
"},
]
]
nvidia-cublas-cu11 = [
nvidia-cublas-cu11 = [
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl", hash = "sha256:d32e4d75f94ddfb93ea0a5dda08389bcc65d8916a25cb9f37ac89edaeed3bded"},
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl", hash = "sha256:d32e4d75f94ddfb93ea0a5dda08389bcc65d8916a25cb9f37ac89edaeed3bded"},
...
@@ -1558,8 +1554,8 @@ sentencepiece = [
...
@@ -1558,8 +1554,8 @@ sentencepiece = [
{file = "sentencepiece-0.1.98.tar.gz", hash = "sha256:947cf0a4b8a480510d560a922f8256f34e93984a86cf870be4d05731f59fb28d"},
{file = "sentencepiece-0.1.98.tar.gz", hash = "sha256:947cf0a4b8a480510d560a922f8256f34e93984a86cf870be4d05731f59fb28d"},
]
]
setuptools = [
setuptools = [
{file = "setuptools-67.
6.1
-py3-none-any.whl", hash = "sha256:
e728ca814a823bf7bf60162daf9db95b93d532948c4c0bea762ce62f60189078
"},
{file = "setuptools-67.
7.2
-py3-none-any.whl", hash = "sha256:
23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b
"},
{file = "setuptools-67.
6.1
.tar.gz", hash = "sha256:
257de92a9d50a60b8e22abfcbb771571fde0dbf3ec234463212027a4eeecbe9a
"},
{file = "setuptools-67.
7.2
.tar.gz", hash = "sha256:
f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990
"},
]
]
sympy = [
sympy = [
{file = "sympy-1.11.1-py3-none-any.whl", hash = "sha256:938f984ee2b1e8eae8a07b884c8b7a1146010040fccddc6539c54f401c8f6fcf"},
{file = "sympy-1.11.1-py3-none-any.whl", hash = "sha256:938f984ee2b1e8eae8a07b884c8b7a1146010040fccddc6539c54f401c8f6fcf"},
...
...
server/pyproject.toml
View file @
98a3e0d1
...
@@ -25,7 +25,7 @@ opentelemetry-instrumentation-grpc = "^0.36b0"
...
@@ -25,7 +25,7 @@ opentelemetry-instrumentation-grpc = "^0.36b0"
hf-transfer
=
"^0.1.2"
hf-transfer
=
"^0.1.2"
sentencepiece
=
"^0.1.97"
sentencepiece
=
"^0.1.97"
tokenizers
=
"0.13.3"
tokenizers
=
"0.13.3"
huggingface-hub
=
{
git
=
"https://github.com/huggingface/huggingface_hub.git"
,
rev
=
"4f27b44ee536cd654e171c7f37478eaf1996cc3f"
}
huggingface-hub
=
"0.14.0"
[tool.poetry.extras]
[tool.poetry.extras]
accelerate
=
["accelerate"]
accelerate
=
["accelerate"]
...
...
server/requirements.txt
View file @
98a3e0d1
...
@@ -13,7 +13,7 @@ grpcio-reflection==1.54.0 ; python_version >= "3.9" and python_version < "4.0"
...
@@ -13,7 +13,7 @@ grpcio-reflection==1.54.0 ; python_version >= "3.9" and python_version < "4.0"
grpcio-status==1.54.0 ; python_version >= "3.9" and python_version < "4.0"
grpcio-status==1.54.0 ; python_version >= "3.9" and python_version < "4.0"
grpcio==1.54.0 ; python_version >= "3.9" and python_version < "4.0"
grpcio==1.54.0 ; python_version >= "3.9" and python_version < "4.0"
hf-transfer==0.1.3 ; python_version >= "3.9" and python_version < "4.0"
hf-transfer==0.1.3 ; python_version >= "3.9" and python_version < "4.0"
huggingface-hub
@ git+https://github.com/huggingface/huggingface_hub.git@4f27b44ee536cd654e171c7f37478eaf1996cc3f
; python_version >= "3.9" and python_version < "4.0"
huggingface-hub
==0.14.0
; python_version >= "3.9" and python_version < "4.0"
idna==3.4 ; python_version >= "3.9" and python_version < "4"
idna==3.4 ; python_version >= "3.9" and python_version < "4"
loguru==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
loguru==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
opentelemetry-api==1.15.0 ; python_version >= "3.9" and python_version < "4.0"
opentelemetry-api==1.15.0 ; python_version >= "3.9" and python_version < "4.0"
...
@@ -31,7 +31,7 @@ pyyaml==6.0 ; python_version >= "3.9" and python_version < "4.0"
...
@@ -31,7 +31,7 @@ pyyaml==6.0 ; python_version >= "3.9" and python_version < "4.0"
requests==2.28.2 ; python_version >= "3.9" and python_version < "4"
requests==2.28.2 ; python_version >= "3.9" and python_version < "4"
safetensors==0.2.8 ; python_version >= "3.9" and python_version < "4.0"
safetensors==0.2.8 ; python_version >= "3.9" and python_version < "4.0"
sentencepiece==0.1.98 ; python_version >= "3.9" and python_version < "4.0"
sentencepiece==0.1.98 ; python_version >= "3.9" and python_version < "4.0"
setuptools==67.
6.1
; python_version >= "3.9" and python_version < "4.0"
setuptools==67.
7.2
; python_version >= "3.9" and python_version < "4.0"
tokenizers==0.13.3 ; python_version >= "3.9" and python_version < "4.0"
tokenizers==0.13.3 ; python_version >= "3.9" and python_version < "4.0"
tqdm==4.65.0 ; python_version >= "3.9" and python_version < "4.0"
tqdm==4.65.0 ; python_version >= "3.9" and python_version < "4.0"
typer==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
typer==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment