Spaces:
Runtime error
Runtime error
pablovela5620
commited on
Commit
Β·
24a3958
1
Parent(s):
79f02fa
chore: Add hf-transfer dependency to pixi.toml
Browse files
pixi.lock
CHANGED
@@ -366,6 +366,7 @@ environments:
|
|
366 |
- pypi: https://files.pythonhosted.org/packages/0b/8f/1493035518f57e71771cec5c8df06b3aa152a55fda88fdde6b6c0ca00b50/gradio_rerun-0.0.3-py3-none-any.whl
|
367 |
- pypi: https://files.pythonhosted.org/packages/11/4b/a6e4922029d8bd89e637c62f90a50a85add9ebdc5be65154956a7c2b82a1/grpcio-1.64.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
368 |
- pypi: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
|
|
|
369 |
- pypi: https://files.pythonhosted.org/packages/78/d4/e5d7e4f2174f8a4d63c8897d79eb8fe2503f7ecc03282fee1fa2719c2704/httpcore-1.0.5-py3-none-any.whl
|
370 |
- pypi: https://files.pythonhosted.org/packages/59/23/047a89e66045232fb82c50ae57699e40f70e073ae5ccd53f54e532fbd2a2/httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
371 |
- pypi: https://files.pythonhosted.org/packages/41/7b/ddacf6dcebb42466abd03f368782142baa82e08fc0c1f8eaa05b4bae87d5/httpx-0.27.0-py3-none-any.whl
|
@@ -2675,6 +2676,12 @@ packages:
|
|
2675 |
purls: []
|
2676 |
size: 1598244
|
2677 |
timestamp: 1715701061364
|
|
|
|
|
|
|
|
|
|
|
|
|
2678 |
- kind: pypi
|
2679 |
name: httpcore
|
2680 |
version: 1.0.5
|
|
|
366 |
- pypi: https://files.pythonhosted.org/packages/0b/8f/1493035518f57e71771cec5c8df06b3aa152a55fda88fdde6b6c0ca00b50/gradio_rerun-0.0.3-py3-none-any.whl
|
367 |
- pypi: https://files.pythonhosted.org/packages/11/4b/a6e4922029d8bd89e637c62f90a50a85add9ebdc5be65154956a7c2b82a1/grpcio-1.64.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
368 |
- pypi: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
|
369 |
+
- pypi: https://files.pythonhosted.org/packages/fa/92/4419c2faabb720f25f339a25f0c6e77412b6efbe3152c4e0bcfb436c3192/hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
370 |
- pypi: https://files.pythonhosted.org/packages/78/d4/e5d7e4f2174f8a4d63c8897d79eb8fe2503f7ecc03282fee1fa2719c2704/httpcore-1.0.5-py3-none-any.whl
|
371 |
- pypi: https://files.pythonhosted.org/packages/59/23/047a89e66045232fb82c50ae57699e40f70e073ae5ccd53f54e532fbd2a2/httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
372 |
- pypi: https://files.pythonhosted.org/packages/41/7b/ddacf6dcebb42466abd03f368782142baa82e08fc0c1f8eaa05b4bae87d5/httpx-0.27.0-py3-none-any.whl
|
|
|
2676 |
purls: []
|
2677 |
size: 1598244
|
2678 |
timestamp: 1715701061364
|
2679 |
+
- kind: pypi
|
2680 |
+
name: hf-transfer
|
2681 |
+
version: 0.1.6
|
2682 |
+
url: https://files.pythonhosted.org/packages/fa/92/4419c2faabb720f25f339a25f0c6e77412b6efbe3152c4e0bcfb436c3192/hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
2683 |
+
sha256: 4282f09902114cd67fca98a1a1bad569a44521a8395fedf327e966714f68b977
|
2684 |
+
requires_python: '>=3.7'
|
2685 |
- kind: pypi
|
2686 |
name: httpcore
|
2687 |
version: 1.0.5
|
pixi.toml
CHANGED
@@ -72,3 +72,4 @@ gradio-rerun = ">=0.0.3"
|
|
72 |
mmcv = "*"
|
73 |
yt-dlp = "*"
|
74 |
gradio = ">=4.36.0"
|
|
|
|
72 |
mmcv = "*"
|
73 |
yt-dlp = "*"
|
74 |
gradio = ">=4.36.0"
|
75 |
+
hf-transfer = "*"
|