Spaces:
Running
on
Zero
Running
on
Zero
gradio==5.21.0
Browse files- README.md +1 -1
- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +67 -66
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
|
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.21.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
pyproject.toml
CHANGED
@@ -6,7 +6,7 @@ readme = "README.md"
|
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
8 |
"accelerate>=1.4.0",
|
9 |
-
"gradio>=5.
|
10 |
"hf-transfer>=0.1.9",
|
11 |
"loguru>=0.7.3",
|
12 |
"opencv-python-headless>=4.11.0.86",
|
|
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
8 |
"accelerate>=1.4.0",
|
9 |
+
"gradio>=5.21.0",
|
10 |
"hf-transfer>=0.1.9",
|
11 |
"loguru>=0.7.3",
|
12 |
"opencv-python-headless>=4.11.0.86",
|
requirements.txt
CHANGED
@@ -39,7 +39,7 @@ fsspec==2025.3.0
|
|
39 |
# gradio-client
|
40 |
# huggingface-hub
|
41 |
# torch
|
42 |
-
gradio==5.
|
43 |
# via
|
44 |
# gemma-3-12b-it (pyproject.toml)
|
45 |
# spaces
|
|
|
39 |
# gradio-client
|
40 |
# huggingface-hub
|
41 |
# torch
|
42 |
+
gradio==5.21.0
|
43 |
# via
|
44 |
# gemma-3-12b-it (pyproject.toml)
|
45 |
# spaces
|
uv.lock
CHANGED
@@ -18,7 +18,7 @@ resolution-markers = [
|
|
18 |
|
19 |
[[package]]
|
20 |
name = "accelerate"
|
21 |
-
version = "1.
|
22 |
source = { registry = "https://pypi.org/simple" }
|
23 |
dependencies = [
|
24 |
{ name = "huggingface-hub" },
|
@@ -29,9 +29,9 @@ dependencies = [
|
|
29 |
{ name = "safetensors" },
|
30 |
{ name = "torch" },
|
31 |
]
|
32 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
33 |
wheels = [
|
34 |
-
{ url = "https://files.pythonhosted.org/packages/
|
35 |
]
|
36 |
|
37 |
[[package]]
|
@@ -241,11 +241,11 @@ wheels = [
|
|
241 |
|
242 |
[[package]]
|
243 |
name = "fsspec"
|
244 |
-
version = "2025.
|
245 |
source = { registry = "https://pypi.org/simple" }
|
246 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
247 |
wheels = [
|
248 |
-
{ url = "https://files.pythonhosted.org/packages/
|
249 |
]
|
250 |
|
251 |
[[package]]
|
@@ -268,7 +268,7 @@ dependencies = [
|
|
268 |
[package.metadata]
|
269 |
requires-dist = [
|
270 |
{ name = "accelerate", specifier = ">=1.4.0" },
|
271 |
-
{ name = "gradio", specifier = ">=5.
|
272 |
{ name = "hf-transfer", specifier = ">=0.1.9" },
|
273 |
{ name = "loguru", specifier = ">=0.7.3" },
|
274 |
{ name = "opencv-python-headless", specifier = ">=4.11.0.86" },
|
@@ -281,7 +281,7 @@ requires-dist = [
|
|
281 |
|
282 |
[[package]]
|
283 |
name = "gradio"
|
284 |
-
version = "5.
|
285 |
source = { registry = "https://pypi.org/simple" }
|
286 |
dependencies = [
|
287 |
{ name = "aiofiles" },
|
@@ -314,8 +314,9 @@ dependencies = [
|
|
314 |
{ name = "urllib3", marker = "sys_platform == 'emscripten'" },
|
315 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
316 |
]
|
|
|
317 |
wheels = [
|
318 |
-
{ url = "https://files.pythonhosted.org/packages/
|
319 |
]
|
320 |
|
321 |
[[package]]
|
@@ -415,7 +416,7 @@ wheels = [
|
|
415 |
|
416 |
[[package]]
|
417 |
name = "huggingface-hub"
|
418 |
-
version = "0.29.
|
419 |
source = { registry = "https://pypi.org/simple" }
|
420 |
dependencies = [
|
421 |
{ name = "filelock" },
|
@@ -426,9 +427,9 @@ dependencies = [
|
|
426 |
{ name = "tqdm" },
|
427 |
{ name = "typing-extensions" },
|
428 |
]
|
429 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
430 |
wheels = [
|
431 |
-
{ url = "https://files.pythonhosted.org/packages/
|
432 |
]
|
433 |
|
434 |
[[package]]
|
@@ -641,7 +642,7 @@ name = "nvidia-cudnn-cu12"
|
|
641 |
version = "9.1.0.70"
|
642 |
source = { registry = "https://pypi.org/simple" }
|
643 |
dependencies = [
|
644 |
-
{ name = "nvidia-cublas-cu12"
|
645 |
]
|
646 |
wheels = [
|
647 |
{ url = "https://files.pythonhosted.org/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl", hash = "sha256:165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f", size = 664752741 },
|
@@ -668,9 +669,9 @@ name = "nvidia-cusolver-cu12"
|
|
668 |
version = "11.4.5.107"
|
669 |
source = { registry = "https://pypi.org/simple" }
|
670 |
dependencies = [
|
671 |
-
{ name = "nvidia-cublas-cu12"
|
672 |
-
{ name = "nvidia-cusparse-cu12"
|
673 |
-
{ name = "nvidia-nvjitlink-cu12"
|
674 |
]
|
675 |
wheels = [
|
676 |
{ url = "https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl", hash = "sha256:8a7ec542f0412294b15072fa7dab71d31334014a69f953004ea7a118206fe0dd", size = 124161928 },
|
@@ -681,7 +682,7 @@ name = "nvidia-cusparse-cu12"
|
|
681 |
version = "12.1.0.106"
|
682 |
source = { registry = "https://pypi.org/simple" }
|
683 |
dependencies = [
|
684 |
-
{ name = "nvidia-nvjitlink-cu12"
|
685 |
]
|
686 |
wheels = [
|
687 |
{ url = "https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:f3b50f42cf363f86ab21f720998517a659a48131e8d538dc02f8768237bd884c", size = 195958278 },
|
@@ -914,16 +915,16 @@ wheels = [
|
|
914 |
|
915 |
[[package]]
|
916 |
name = "protobuf"
|
917 |
-
version = "6.30.
|
918 |
source = { registry = "https://pypi.org/simple" }
|
919 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
920 |
wheels = [
|
921 |
-
{ url = "https://files.pythonhosted.org/packages/
|
922 |
-
{ url = "https://files.pythonhosted.org/packages/
|
923 |
-
{ url = "https://files.pythonhosted.org/packages/
|
924 |
-
{ url = "https://files.pythonhosted.org/packages/
|
925 |
-
{ url = "https://files.pythonhosted.org/packages/
|
926 |
-
{ url = "https://files.pythonhosted.org/packages/
|
927 |
]
|
928 |
|
929 |
[[package]]
|
@@ -1221,27 +1222,27 @@ wheels = [
|
|
1221 |
|
1222 |
[[package]]
|
1223 |
name = "ruff"
|
1224 |
-
version = "0.
|
1225 |
-
source = { registry = "https://pypi.org/simple" }
|
1226 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1227 |
-
wheels = [
|
1228 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1229 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1230 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1231 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1232 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1233 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1234 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1235 |
-
{ url = "https://files.pythonhosted.org/packages/3e/
|
1236 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1237 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1238 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1239 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1240 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1241 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1242 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1243 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1244 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1245 |
]
|
1246 |
|
1247 |
[[package]]
|
@@ -1366,14 +1367,14 @@ wheels = [
|
|
1366 |
|
1367 |
[[package]]
|
1368 |
name = "starlette"
|
1369 |
-
version = "0.46.
|
1370 |
source = { registry = "https://pypi.org/simple" }
|
1371 |
dependencies = [
|
1372 |
{ name = "anyio" },
|
1373 |
]
|
1374 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1375 |
wheels = [
|
1376 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1377 |
]
|
1378 |
|
1379 |
[[package]]
|
@@ -1390,27 +1391,27 @@ wheels = [
|
|
1390 |
|
1391 |
[[package]]
|
1392 |
name = "tokenizers"
|
1393 |
-
version = "0.21.
|
1394 |
source = { registry = "https://pypi.org/simple" }
|
1395 |
dependencies = [
|
1396 |
{ name = "huggingface-hub" },
|
1397 |
]
|
1398 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1399 |
wheels = [
|
1400 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1401 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1402 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1403 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1404 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1405 |
-
{ url = "https://files.pythonhosted.org/packages/4d/
|
1406 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1407 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1408 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1409 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1410 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1411 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1412 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1413 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1414 |
]
|
1415 |
|
1416 |
[[package]]
|
@@ -1495,7 +1496,7 @@ name = "triton"
|
|
1495 |
version = "3.0.0"
|
1496 |
source = { registry = "https://pypi.org/simple" }
|
1497 |
dependencies = [
|
1498 |
-
{ name = "filelock"
|
1499 |
]
|
1500 |
wheels = [
|
1501 |
{ url = "https://files.pythonhosted.org/packages/45/27/14cc3101409b9b4b9241d2ba7deaa93535a217a211c86c4cc7151fb12181/triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e1efef76935b2febc365bfadf74bcb65a6f959a9872e5bddf44cc9e0adce1e1a", size = 209376304 },
|
|
|
18 |
|
19 |
[[package]]
|
20 |
name = "accelerate"
|
21 |
+
version = "1.5.1"
|
22 |
source = { registry = "https://pypi.org/simple" }
|
23 |
dependencies = [
|
24 |
{ name = "huggingface-hub" },
|
|
|
29 |
{ name = "safetensors" },
|
30 |
{ name = "torch" },
|
31 |
]
|
32 |
+
sdist = { url = "https://files.pythonhosted.org/packages/64/fb/10daafb0efbb1af95d782c9907004bd50fcfd74d6e11e6a91945df37768e/accelerate-1.5.1.tar.gz", hash = "sha256:5d936faf3a31894c6160f2f2a984a38aecbba760ef919ae298b2ecd57ea9bf87", size = 353342 }
|
33 |
wheels = [
|
34 |
+
{ url = "https://files.pythonhosted.org/packages/4b/ef/2723a3c53d06619dac38c1630bac3d9b7aec91e1a18a82a08b93696b8baf/accelerate-1.5.1-py3-none-any.whl", hash = "sha256:4838cff9ed1bb0ddc9d967530ced62a1d74ea21cdb57688400359ab32682f03e", size = 345134 },
|
35 |
]
|
36 |
|
37 |
[[package]]
|
|
|
241 |
|
242 |
[[package]]
|
243 |
name = "fsspec"
|
244 |
+
version = "2025.3.0"
|
245 |
source = { registry = "https://pypi.org/simple" }
|
246 |
+
sdist = { url = "https://files.pythonhosted.org/packages/34/f4/5721faf47b8c499e776bc34c6a8fc17efdf7fdef0b00f398128bc5dcb4ac/fsspec-2025.3.0.tar.gz", hash = "sha256:a935fd1ea872591f2b5148907d103488fc523295e6c64b835cfad8c3eca44972", size = 298491 }
|
247 |
wheels = [
|
248 |
+
{ url = "https://files.pythonhosted.org/packages/56/53/eb690efa8513166adef3e0669afd31e95ffde69fb3c52ec2ac7223ed6018/fsspec-2025.3.0-py3-none-any.whl", hash = "sha256:efb87af3efa9103f94ca91a7f8cb7a4df91af9f74fc106c9c7ea0efd7277c1b3", size = 193615 },
|
249 |
]
|
250 |
|
251 |
[[package]]
|
|
|
268 |
[package.metadata]
|
269 |
requires-dist = [
|
270 |
{ name = "accelerate", specifier = ">=1.4.0" },
|
271 |
+
{ name = "gradio", specifier = ">=5.21.0" },
|
272 |
{ name = "hf-transfer", specifier = ">=0.1.9" },
|
273 |
{ name = "loguru", specifier = ">=0.7.3" },
|
274 |
{ name = "opencv-python-headless", specifier = ">=4.11.0.86" },
|
|
|
281 |
|
282 |
[[package]]
|
283 |
name = "gradio"
|
284 |
+
version = "5.21.0"
|
285 |
source = { registry = "https://pypi.org/simple" }
|
286 |
dependencies = [
|
287 |
{ name = "aiofiles" },
|
|
|
314 |
{ name = "urllib3", marker = "sys_platform == 'emscripten'" },
|
315 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
316 |
]
|
317 |
+
sdist = { url = "https://files.pythonhosted.org/packages/ac/9b/6e2e3ce9f28383fb4390143782b4b83eccaa601a27fb62f19172f0ccbf19/gradio-5.21.0.tar.gz", hash = "sha256:e88f790d46d42c9a0a8eb70c8d43cfeba0cc6dd663d98b304209439d12bbb0f8", size = 57081017 }
|
318 |
wheels = [
|
319 |
+
{ url = "https://files.pythonhosted.org/packages/93/e9/dfc030f623a8c5efce02b853cfe1b9a47dd1365cc028926800b5757308f1/gradio-5.21.0-py3-none-any.whl", hash = "sha256:9666eae7aa86590fa483e6f8335923181f5c174a20be8d558c37eebbd0732c5d", size = 46170879 },
|
320 |
]
|
321 |
|
322 |
[[package]]
|
|
|
416 |
|
417 |
[[package]]
|
418 |
name = "huggingface-hub"
|
419 |
+
version = "0.29.3"
|
420 |
source = { registry = "https://pypi.org/simple" }
|
421 |
dependencies = [
|
422 |
{ name = "filelock" },
|
|
|
427 |
{ name = "tqdm" },
|
428 |
{ name = "typing-extensions" },
|
429 |
]
|
430 |
+
sdist = { url = "https://files.pythonhosted.org/packages/e5/f9/851f34b02970e8143d41d4001b2d49e54ef113f273902103823b8bc95ada/huggingface_hub-0.29.3.tar.gz", hash = "sha256:64519a25716e0ba382ba2d3fb3ca082e7c7eb4a2fc634d200e8380006e0760e5", size = 390123 }
|
431 |
wheels = [
|
432 |
+
{ url = "https://files.pythonhosted.org/packages/40/0c/37d380846a2e5c9a3c6a73d26ffbcfdcad5fc3eacf42fdf7cff56f2af634/huggingface_hub-0.29.3-py3-none-any.whl", hash = "sha256:0b25710932ac649c08cdbefa6c6ccb8e88eef82927cacdb048efb726429453aa", size = 468997 },
|
433 |
]
|
434 |
|
435 |
[[package]]
|
|
|
642 |
version = "9.1.0.70"
|
643 |
source = { registry = "https://pypi.org/simple" }
|
644 |
dependencies = [
|
645 |
+
{ name = "nvidia-cublas-cu12" },
|
646 |
]
|
647 |
wheels = [
|
648 |
{ url = "https://files.pythonhosted.org/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl", hash = "sha256:165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f", size = 664752741 },
|
|
|
669 |
version = "11.4.5.107"
|
670 |
source = { registry = "https://pypi.org/simple" }
|
671 |
dependencies = [
|
672 |
+
{ name = "nvidia-cublas-cu12" },
|
673 |
+
{ name = "nvidia-cusparse-cu12" },
|
674 |
+
{ name = "nvidia-nvjitlink-cu12" },
|
675 |
]
|
676 |
wheels = [
|
677 |
{ url = "https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl", hash = "sha256:8a7ec542f0412294b15072fa7dab71d31334014a69f953004ea7a118206fe0dd", size = 124161928 },
|
|
|
682 |
version = "12.1.0.106"
|
683 |
source = { registry = "https://pypi.org/simple" }
|
684 |
dependencies = [
|
685 |
+
{ name = "nvidia-nvjitlink-cu12" },
|
686 |
]
|
687 |
wheels = [
|
688 |
{ url = "https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:f3b50f42cf363f86ab21f720998517a659a48131e8d538dc02f8768237bd884c", size = 195958278 },
|
|
|
915 |
|
916 |
[[package]]
|
917 |
name = "protobuf"
|
918 |
+
version = "6.30.1"
|
919 |
source = { registry = "https://pypi.org/simple" }
|
920 |
+
sdist = { url = "https://files.pythonhosted.org/packages/55/de/8216061897a67b2ffe302fd51aaa76bbf613001f01cd96e2416a4955dd2b/protobuf-6.30.1.tar.gz", hash = "sha256:535fb4e44d0236893d5cf1263a0f706f1160b689a7ab962e9da8a9ce4050b780", size = 429304 }
|
921 |
wheels = [
|
922 |
+
{ url = "https://files.pythonhosted.org/packages/83/f6/28460c49a8a93229e2264cd35fd147153fb524cbd944789db6b6f3cc9b13/protobuf-6.30.1-cp310-abi3-win32.whl", hash = "sha256:ba0706f948d0195f5cac504da156d88174e03218d9364ab40d903788c1903d7e", size = 419150 },
|
923 |
+
{ url = "https://files.pythonhosted.org/packages/96/82/7045f5b3f3e338a8ab5852d22ce9c31e0a40d8b0f150a3735dc494be769a/protobuf-6.30.1-cp310-abi3-win_amd64.whl", hash = "sha256:ed484f9ddd47f0f1bf0648806cccdb4fe2fb6b19820f9b79a5adf5dcfd1b8c5f", size = 431007 },
|
924 |
+
{ url = "https://files.pythonhosted.org/packages/b0/b6/732d04d0cdf457d05b7cba83ae73735d91ceced2439735b4500e311c44a5/protobuf-6.30.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:aa4f7dfaed0d840b03d08d14bfdb41348feaee06a828a8c455698234135b4075", size = 417579 },
|
925 |
+
{ url = "https://files.pythonhosted.org/packages/fc/22/29dd085f6e828ab0424e73f1bae9dbb9e8bb4087cba5a9e6f21dc614694e/protobuf-6.30.1-cp39-abi3-manylinux2014_aarch64.whl", hash = "sha256:47cd320b7db63e8c9ac35f5596ea1c1e61491d8a8eb6d8b45edc44760b53a4f6", size = 317319 },
|
926 |
+
{ url = "https://files.pythonhosted.org/packages/26/10/8863ba4baa4660e3f50ad9ae974c47fb63fa6d4089b15f7db82164b1c879/protobuf-6.30.1-cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:e3083660225fa94748ac2e407f09a899e6a28bf9c0e70c75def8d15706bf85fc", size = 316213 },
|
927 |
+
{ url = "https://files.pythonhosted.org/packages/a1/d6/683a3d470398e45b4ad9b6c95b7cbabc32f9a8daf454754f0e3df1edffa6/protobuf-6.30.1-py3-none-any.whl", hash = "sha256:3c25e51e1359f1f5fa3b298faa6016e650d148f214db2e47671131b9063c53be", size = 167064 },
|
928 |
]
|
929 |
|
930 |
[[package]]
|
|
|
1222 |
|
1223 |
[[package]]
|
1224 |
name = "ruff"
|
1225 |
+
version = "0.10.0"
|
1226 |
+
source = { registry = "https://pypi.org/simple" }
|
1227 |
+
sdist = { url = "https://files.pythonhosted.org/packages/4c/ec/9c59d2956566517c98ac8267554f4eaceafb2a19710a429368518b7fab43/ruff-0.10.0.tar.gz", hash = "sha256:fa1554e18deaf8aa097dbcfeafaf38b17a2a1e98fdc18f50e62e8a836abee392", size = 3789921 }
|
1228 |
+
wheels = [
|
1229 |
+
{ url = "https://files.pythonhosted.org/packages/bf/3f/742afe91b43def2a75990b293c676355576c0ff9cdbcf4249f78fa592544/ruff-0.10.0-py3-none-linux_armv6l.whl", hash = "sha256:46a2aa0eaae5048e5f804f0be9489d8a661633e23277b7293089e70d5c1a35c4", size = 10078369 },
|
1230 |
+
{ url = "https://files.pythonhosted.org/packages/8d/a0/8696fb4862e82f7b40bbbc2917137594b22826cc62d77278a91391507514/ruff-0.10.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:775a6bc61af9dd0a2e1763406522a137e62aabb743d8b43ed95f019cdd1526c7", size = 10876912 },
|
1231 |
+
{ url = "https://files.pythonhosted.org/packages/40/aa/0d48b7b7d7a1f168bb8fd893ed559d633c7d68c4a8ef9b996f0c2bd07aca/ruff-0.10.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:8b03e6fcd39d20f0004f9956f0ed5eadc404d3a299f9d9286323884e3b663730", size = 10229962 },
|
1232 |
+
{ url = "https://files.pythonhosted.org/packages/21/de/861ced2f75b045d8cfc038d68961d8ac117344df1f43a11abdd05bf7991b/ruff-0.10.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:621101d1af80248827f2409a78c8177c8319986a57b4663613b9c72f8617bfcd", size = 10404627 },
|
1233 |
+
{ url = "https://files.pythonhosted.org/packages/21/69/666e0b840191c3ce433962c0d05fc0f6800afe259ea5d230cc731655d8e2/ruff-0.10.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e2dfe85cb6bfbd4259801e7d4982f2a72bdbd5749dc73a09d68a6dbf77f2209a", size = 9939383 },
|
1234 |
+
{ url = "https://files.pythonhosted.org/packages/76/bf/34a2adc58092c99cdfa9f1303acd82d840d56412022e477e2ab20c261d2d/ruff-0.10.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:43ac3879a20c22fdc57e559f0bb27f0c71828656841d0b42d3505b1e5b3a83c8", size = 11492269 },
|
1235 |
+
{ url = "https://files.pythonhosted.org/packages/31/3d/f7ccfcf69f15948623b190feea9d411d5029ae39725fcc078f8d43bd07a6/ruff-0.10.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:ef5e3aac421bbc62f8a7aab21edd49a359ed42205f7a5091a74386bca1efa293", size = 12186939 },
|
1236 |
+
{ url = "https://files.pythonhosted.org/packages/6e/3e/c557c0abfdea85c7d238a3cb238c73e7b6d17c30a584234c4fd8fe2cafb6/ruff-0.10.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9f4f62d7fac8b748fce67ad308116b4d4cc1a9f964b4804fc5408fbd06e13ba9", size = 11655896 },
|
1237 |
+
{ url = "https://files.pythonhosted.org/packages/3b/8e/3bfa110f37e5192eb3943f14943d05fbb9a76fea380aa87655e6f6276a54/ruff-0.10.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:02f9f6205c5b0d626f98da01a0e75b724a64c21c554bba24b12522c9e9ba6a04", size = 13885502 },
|
1238 |
+
{ url = "https://files.pythonhosted.org/packages/51/4a/22cdab59b5563dd7f4c504d0f1e6bb25fc800a5a057395bc24f8ff3a85b2/ruff-0.10.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46a97f3d55f68464c48d1e929a8582c7e5bb80ac73336bbc7b0da894d8e6cd9e", size = 11344767 },
|
1239 |
+
{ url = "https://files.pythonhosted.org/packages/3d/0f/8f85de2ac565f82f47c6d8fb7ae04383e6300560f2d1b91c1268ff91e507/ruff-0.10.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a0b811197d0dc96c13d610f8cfdc56030b405bcff5c2f10eab187b329da0ca4a", size = 10300331 },
|
1240 |
+
{ url = "https://files.pythonhosted.org/packages/90/4a/b337df327832cb30bd8607e8d1fdf1b6b5ca228307d5008dd49028fb66ae/ruff-0.10.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:a13a3fda0870c1c964b47ff5d73805ae80d2a9de93ee2d185d453b8fddf85a84", size = 9926551 },
|
1241 |
+
{ url = "https://files.pythonhosted.org/packages/d7/e9/141233730b85675ac806c4b62f70516bd9c0aae8a55823f3a6589ed411be/ruff-0.10.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6ceb8d9f062e90ddcbad929f6136edf764bbf6411420a07e8357602ea28cd99f", size = 10925061 },
|
1242 |
+
{ url = "https://files.pythonhosted.org/packages/24/09/02987935b55c2d353a226ac1b4f9718830e2e195834929f46c07eeede746/ruff-0.10.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:c41d07d573617ed2f287ea892af2446fd8a8d877481e8e1ba6928e020665d240", size = 11394949 },
|
1243 |
+
{ url = "https://files.pythonhosted.org/packages/d6/ec/054f9879fb6f4122d43ffe5c9f88c8c323a9cd14220d5c813aea5805e02c/ruff-0.10.0-py3-none-win32.whl", hash = "sha256:76e2de0cbdd587e373cd3b4050d2c45babdd7014c1888a6f121c29525c748a15", size = 10272077 },
|
1244 |
+
{ url = "https://files.pythonhosted.org/packages/6e/49/915d8682f24645b904fe6a1aac36101464fc814923fdf293c1388dc5533c/ruff-0.10.0-py3-none-win_amd64.whl", hash = "sha256:f943acdecdcc6786a8d1dad455dd9f94e6d57ccc115be4993f9b52ef8316027a", size = 11393300 },
|
1245 |
+
{ url = "https://files.pythonhosted.org/packages/82/ed/5c59941634c9026ceeccc7c119f23f4356f09aafd28c15c1bc734ac66b01/ruff-0.10.0-py3-none-win_arm64.whl", hash = "sha256:935a943bdbd9ff0685acd80d484ea91088e27617537b5f7ef8907187d19d28d0", size = 10510133 },
|
1246 |
]
|
1247 |
|
1248 |
[[package]]
|
|
|
1367 |
|
1368 |
[[package]]
|
1369 |
name = "starlette"
|
1370 |
+
version = "0.46.1"
|
1371 |
source = { registry = "https://pypi.org/simple" }
|
1372 |
dependencies = [
|
1373 |
{ name = "anyio" },
|
1374 |
]
|
1375 |
+
sdist = { url = "https://files.pythonhosted.org/packages/04/1b/52b27f2e13ceedc79a908e29eac426a63465a1a01248e5f24aa36a62aeb3/starlette-0.46.1.tar.gz", hash = "sha256:3c88d58ee4bd1bb807c0d1acb381838afc7752f9ddaec81bbe4383611d833230", size = 2580102 }
|
1376 |
wheels = [
|
1377 |
+
{ url = "https://files.pythonhosted.org/packages/a0/4b/528ccf7a982216885a1ff4908e886b8fb5f19862d1962f56a3fce2435a70/starlette-0.46.1-py3-none-any.whl", hash = "sha256:77c74ed9d2720138b25875133f3a2dae6d854af2ec37dceb56aef370c1d8a227", size = 71995 },
|
1378 |
]
|
1379 |
|
1380 |
[[package]]
|
|
|
1391 |
|
1392 |
[[package]]
|
1393 |
name = "tokenizers"
|
1394 |
+
version = "0.21.1"
|
1395 |
source = { registry = "https://pypi.org/simple" }
|
1396 |
dependencies = [
|
1397 |
{ name = "huggingface-hub" },
|
1398 |
]
|
1399 |
+
sdist = { url = "https://files.pythonhosted.org/packages/92/76/5ac0c97f1117b91b7eb7323dcd61af80d72f790b4df71249a7850c195f30/tokenizers-0.21.1.tar.gz", hash = "sha256:a1bb04dc5b448985f86ecd4b05407f5a8d97cb2c0532199b2a302a604a0165ab", size = 343256 }
|
1400 |
wheels = [
|
1401 |
+
{ url = "https://files.pythonhosted.org/packages/a5/1f/328aee25f9115bf04262e8b4e5a2050b7b7cf44b59c74e982db7270c7f30/tokenizers-0.21.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:e78e413e9e668ad790a29456e677d9d3aa50a9ad311a40905d6861ba7692cf41", size = 2780767 },
|
1402 |
+
{ url = "https://files.pythonhosted.org/packages/ae/1a/4526797f3719b0287853f12c5ad563a9be09d446c44ac784cdd7c50f76ab/tokenizers-0.21.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:cd51cd0a91ecc801633829fcd1fda9cf8682ed3477c6243b9a095539de4aecf3", size = 2650555 },
|
1403 |
+
{ url = "https://files.pythonhosted.org/packages/4d/7a/a209b29f971a9fdc1da86f917fe4524564924db50d13f0724feed37b2a4d/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:28da6b72d4fb14ee200a1bd386ff74ade8992d7f725f2bde2c495a9a98cf4d9f", size = 2937541 },
|
1404 |
+
{ url = "https://files.pythonhosted.org/packages/3c/1e/b788b50ffc6191e0b1fc2b0d49df8cff16fe415302e5ceb89f619d12c5bc/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:34d8cfde551c9916cb92014e040806122295a6800914bab5865deb85623931cf", size = 2819058 },
|
1405 |
+
{ url = "https://files.pythonhosted.org/packages/36/aa/3626dfa09a0ecc5b57a8c58eeaeb7dd7ca9a37ad9dd681edab5acd55764c/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aaa852d23e125b73d283c98f007e06d4595732104b65402f46e8ef24b588d9f8", size = 3133278 },
|
1406 |
+
{ url = "https://files.pythonhosted.org/packages/a4/4d/8fbc203838b3d26269f944a89459d94c858f5b3f9a9b6ee9728cdcf69161/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a21a15d5c8e603331b8a59548bbe113564136dc0f5ad8306dd5033459a226da0", size = 3144253 },
|
1407 |
+
{ url = "https://files.pythonhosted.org/packages/d8/1b/2bd062adeb7c7511b847b32e356024980c0ffcf35f28947792c2d8ad2288/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2fdbd4c067c60a0ac7eca14b6bd18a5bebace54eb757c706b47ea93204f7a37c", size = 3398225 },
|
1408 |
+
{ url = "https://files.pythonhosted.org/packages/8a/63/38be071b0c8e06840bc6046991636bcb30c27f6bb1e670f4f4bc87cf49cc/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dd9a0061e403546f7377df940e866c3e678d7d4e9643d0461ea442b4f89e61a", size = 3038874 },
|
1409 |
+
{ url = "https://files.pythonhosted.org/packages/ec/83/afa94193c09246417c23a3c75a8a0a96bf44ab5630a3015538d0c316dd4b/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:db9484aeb2e200c43b915a1a0150ea885e35f357a5a8fabf7373af333dcc8dbf", size = 9014448 },
|
1410 |
+
{ url = "https://files.pythonhosted.org/packages/ae/b3/0e1a37d4f84c0f014d43701c11eb8072704f6efe8d8fc2dcdb79c47d76de/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:ed248ab5279e601a30a4d67bdb897ecbe955a50f1e7bb62bd99f07dd11c2f5b6", size = 8937877 },
|
1411 |
+
{ url = "https://files.pythonhosted.org/packages/ac/33/ff08f50e6d615eb180a4a328c65907feb6ded0b8f990ec923969759dc379/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:9ac78b12e541d4ce67b4dfd970e44c060a2147b9b2a21f509566d556a509c67d", size = 9186645 },
|
1412 |
+
{ url = "https://files.pythonhosted.org/packages/5f/aa/8ae85f69a9f6012c6f8011c6f4aa1c96154c816e9eea2e1b758601157833/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:e5a69c1a4496b81a5ee5d2c1f3f7fbdf95e90a0196101b0ee89ed9956b8a168f", size = 9384380 },
|
1413 |
+
{ url = "https://files.pythonhosted.org/packages/e8/5b/a5d98c89f747455e8b7a9504910c865d5e51da55e825a7ae641fb5ff0a58/tokenizers-0.21.1-cp39-abi3-win32.whl", hash = "sha256:1039a3a5734944e09de1d48761ade94e00d0fa760c0e0551151d4dd851ba63e3", size = 2239506 },
|
1414 |
+
{ url = "https://files.pythonhosted.org/packages/e6/b6/072a8e053ae600dcc2ac0da81a23548e3b523301a442a6ca900e92ac35be/tokenizers-0.21.1-cp39-abi3-win_amd64.whl", hash = "sha256:0f0dcbcc9f6e13e675a66d7a5f2f225a736745ce484c1a4e07476a89ccdad382", size = 2435481 },
|
1415 |
]
|
1416 |
|
1417 |
[[package]]
|
|
|
1496 |
version = "3.0.0"
|
1497 |
source = { registry = "https://pypi.org/simple" }
|
1498 |
dependencies = [
|
1499 |
+
{ name = "filelock" },
|
1500 |
]
|
1501 |
wheels = [
|
1502 |
{ url = "https://files.pythonhosted.org/packages/45/27/14cc3101409b9b4b9241d2ba7deaa93535a217a211c86c4cc7151fb12181/triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e1efef76935b2febc365bfadf74bcb65a6f959a9872e5bddf44cc9e0adce1e1a", size = 209376304 },
|