Spaces:
Runtime error
Runtime error
Commit
·
02651c0
1
Parent(s):
d43a76d
fixing setup
Browse files- README.md +10 -11
- artifacts/img.png +0 -0
- pyproject.toml +7 -6
- requirements.txt +1 -1
- space.yaml +0 -2
- uv.lock +73 -96
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
sdk_version
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
pinned=false
|
|
|
1 |
+
---
|
2 |
+
title: ColorMasking
|
3 |
+
emoji: 🤗
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.14.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
|
artifacts/img.png
DELETED
Binary file (362 kB)
|
|
pyproject.toml
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
[project]
|
2 |
-
name = "
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
-
"
|
9 |
-
"diffusers",
|
10 |
-
"
|
11 |
-
"controlnet_aux",
|
12 |
-
"Pillow",
|
13 |
"numpy<2.0.0",
|
|
|
|
|
|
|
14 |
]
|
|
|
1 |
[project]
|
2 |
+
name = "colormasking"
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
+
"controlnet-aux>=0.0.9",
|
9 |
+
"diffusers>=0.32.2",
|
10 |
+
"gradio>=5.14.0",
|
|
|
|
|
11 |
"numpy<2.0.0",
|
12 |
+
"pillow>=11.1.0",
|
13 |
+
"torch<2.3.0",
|
14 |
+
"transformers>=4.48.2",
|
15 |
]
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
torch
|
3 |
diffusers
|
4 |
transformers
|
5 |
controlnet_aux
|
|
|
1 |
gradio
|
2 |
+
torch<2.3.0
|
3 |
diffusers
|
4 |
transformers
|
5 |
controlnet_aux
|
space.yaml
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
sdk: gradio
|
2 |
-
accelerator: gpu
|
|
|
|
|
|
uv.lock
CHANGED
@@ -154,7 +154,16 @@ wheels = [
|
|
154 |
]
|
155 |
|
156 |
[[package]]
|
157 |
-
name = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
version = "0.1.0"
|
159 |
source = { virtual = "." }
|
160 |
dependencies = [
|
@@ -163,26 +172,19 @@ dependencies = [
|
|
163 |
{ name = "gradio" },
|
164 |
{ name = "numpy" },
|
165 |
{ name = "pillow" },
|
|
|
166 |
{ name = "transformers" },
|
167 |
]
|
168 |
|
169 |
[package.metadata]
|
170 |
requires-dist = [
|
171 |
-
{ name = "controlnet-aux" },
|
172 |
-
{ name = "diffusers" },
|
173 |
-
{ name = "gradio" },
|
174 |
{ name = "numpy", specifier = "<2.0.0" },
|
175 |
-
{ name = "pillow" },
|
176 |
-
{ name = "
|
177 |
-
|
178 |
-
|
179 |
-
[[package]]
|
180 |
-
name = "colorama"
|
181 |
-
version = "0.4.6"
|
182 |
-
source = { registry = "https://pypi.org/simple" }
|
183 |
-
sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697 }
|
184 |
-
wheels = [
|
185 |
-
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 },
|
186 |
]
|
187 |
|
188 |
[[package]]
|
@@ -538,69 +540,66 @@ wheels = [
|
|
538 |
|
539 |
[[package]]
|
540 |
name = "nvidia-cublas-cu12"
|
541 |
-
version = "12.
|
542 |
source = { registry = "https://pypi.org/simple" }
|
543 |
wheels = [
|
544 |
-
{ url = "https://files.pythonhosted.org/packages/
|
545 |
]
|
546 |
|
547 |
[[package]]
|
548 |
name = "nvidia-cuda-cupti-cu12"
|
549 |
-
version = "12.
|
550 |
source = { registry = "https://pypi.org/simple" }
|
551 |
wheels = [
|
552 |
-
{ url = "https://files.pythonhosted.org/packages/
|
553 |
]
|
554 |
|
555 |
[[package]]
|
556 |
name = "nvidia-cuda-nvrtc-cu12"
|
557 |
-
version = "12.
|
558 |
source = { registry = "https://pypi.org/simple" }
|
559 |
wheels = [
|
560 |
-
{ url = "https://files.pythonhosted.org/packages/
|
561 |
]
|
562 |
|
563 |
[[package]]
|
564 |
name = "nvidia-cuda-runtime-cu12"
|
565 |
-
version = "12.
|
566 |
source = { registry = "https://pypi.org/simple" }
|
567 |
wheels = [
|
568 |
-
{ url = "https://files.pythonhosted.org/packages/
|
569 |
]
|
570 |
|
571 |
[[package]]
|
572 |
name = "nvidia-cudnn-cu12"
|
573 |
-
version = "9.
|
574 |
source = { registry = "https://pypi.org/simple" }
|
575 |
dependencies = [
|
576 |
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
577 |
]
|
578 |
wheels = [
|
579 |
-
{ url = "https://files.pythonhosted.org/packages/
|
580 |
]
|
581 |
|
582 |
[[package]]
|
583 |
name = "nvidia-cufft-cu12"
|
584 |
-
version = "11.2.
|
585 |
source = { registry = "https://pypi.org/simple" }
|
586 |
-
dependencies = [
|
587 |
-
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
588 |
-
]
|
589 |
wheels = [
|
590 |
-
{ url = "https://files.pythonhosted.org/packages/
|
591 |
]
|
592 |
|
593 |
[[package]]
|
594 |
name = "nvidia-curand-cu12"
|
595 |
-
version = "10.3.
|
596 |
source = { registry = "https://pypi.org/simple" }
|
597 |
wheels = [
|
598 |
-
{ url = "https://files.pythonhosted.org/packages/
|
599 |
]
|
600 |
|
601 |
[[package]]
|
602 |
name = "nvidia-cusolver-cu12"
|
603 |
-
version = "11.
|
604 |
source = { registry = "https://pypi.org/simple" }
|
605 |
dependencies = [
|
606 |
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
@@ -608,50 +607,42 @@ dependencies = [
|
|
608 |
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
609 |
]
|
610 |
wheels = [
|
611 |
-
{ url = "https://files.pythonhosted.org/packages/
|
612 |
]
|
613 |
|
614 |
[[package]]
|
615 |
name = "nvidia-cusparse-cu12"
|
616 |
-
version = "12.
|
617 |
source = { registry = "https://pypi.org/simple" }
|
618 |
dependencies = [
|
619 |
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
620 |
]
|
621 |
wheels = [
|
622 |
-
{ url = "https://files.pythonhosted.org/packages/
|
623 |
-
]
|
624 |
-
|
625 |
-
[[package]]
|
626 |
-
name = "nvidia-cusparselt-cu12"
|
627 |
-
version = "0.6.2"
|
628 |
-
source = { registry = "https://pypi.org/simple" }
|
629 |
-
wheels = [
|
630 |
-
{ url = "https://files.pythonhosted.org/packages/78/a8/bcbb63b53a4b1234feeafb65544ee55495e1bb37ec31b999b963cbccfd1d/nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:df2c24502fd76ebafe7457dbc4716b2fec071aabaed4fb7691a201cde03704d9", size = 150057751 },
|
631 |
]
|
632 |
|
633 |
[[package]]
|
634 |
name = "nvidia-nccl-cu12"
|
635 |
-
version = "2.
|
636 |
source = { registry = "https://pypi.org/simple" }
|
637 |
wheels = [
|
638 |
-
{ url = "https://files.pythonhosted.org/packages/
|
639 |
]
|
640 |
|
641 |
[[package]]
|
642 |
name = "nvidia-nvjitlink-cu12"
|
643 |
-
version = "12.
|
644 |
source = { registry = "https://pypi.org/simple" }
|
645 |
wheels = [
|
646 |
-
{ url = "https://files.pythonhosted.org/packages/
|
647 |
]
|
648 |
|
649 |
[[package]]
|
650 |
name = "nvidia-nvtx-cu12"
|
651 |
-
version = "12.
|
652 |
source = { registry = "https://pypi.org/simple" }
|
653 |
wheels = [
|
654 |
-
{ url = "https://files.pythonhosted.org/packages/
|
655 |
]
|
656 |
|
657 |
[[package]]
|
@@ -1191,15 +1182,6 @@ wheels = [
|
|
1191 |
{ url = "https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl", hash = "sha256:de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177", size = 15552 },
|
1192 |
]
|
1193 |
|
1194 |
-
[[package]]
|
1195 |
-
name = "setuptools"
|
1196 |
-
version = "75.8.0"
|
1197 |
-
source = { registry = "https://pypi.org/simple" }
|
1198 |
-
sdist = { url = "https://files.pythonhosted.org/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz", hash = "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6", size = 1343222 }
|
1199 |
-
wheels = [
|
1200 |
-
{ url = "https://files.pythonhosted.org/packages/69/8a/b9dc7678803429e4a3bc9ba462fa3dd9066824d3c607490235c6a796be5a/setuptools-75.8.0-py3-none-any.whl", hash = "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3", size = 1228782 },
|
1201 |
-
]
|
1202 |
-
|
1203 |
[[package]]
|
1204 |
name = "shellingham"
|
1205 |
version = "1.5.4"
|
@@ -1241,14 +1223,14 @@ wheels = [
|
|
1241 |
|
1242 |
[[package]]
|
1243 |
name = "sympy"
|
1244 |
-
version = "1.13.
|
1245 |
source = { registry = "https://pypi.org/simple" }
|
1246 |
dependencies = [
|
1247 |
{ name = "mpmath" },
|
1248 |
]
|
1249 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1250 |
wheels = [
|
1251 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1252 |
]
|
1253 |
|
1254 |
[[package]]
|
@@ -1312,7 +1294,7 @@ wheels = [
|
|
1312 |
|
1313 |
[[package]]
|
1314 |
name = "torch"
|
1315 |
-
version = "2.
|
1316 |
source = { registry = "https://pypi.org/simple" }
|
1317 |
dependencies = [
|
1318 |
{ name = "filelock" },
|
@@ -1328,33 +1310,28 @@ dependencies = [
|
|
1328 |
{ name = "nvidia-curand-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1329 |
{ name = "nvidia-cusolver-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1330 |
{ name = "nvidia-cusparse-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1331 |
-
{ name = "nvidia-cusparselt-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1332 |
{ name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1333 |
-
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1334 |
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1335 |
-
{ name = "setuptools", marker = "python_full_version >= '3.12'" },
|
1336 |
{ name = "sympy" },
|
1337 |
-
{ name = "triton", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1338 |
{ name = "typing-extensions" },
|
1339 |
]
|
1340 |
wheels = [
|
1341 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1342 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1343 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1344 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1345 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1346 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1347 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1348 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1349 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1350 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1351 |
-
{ url = "https://files.pythonhosted.org/packages/c2/9c/fc5224e9770c83faed3a087112d73147cd7c7bfb7557dcf9ad87e1dda163/torch-2.6.0-cp313-cp313-win_amd64.whl", hash = "sha256:510c73251bee9ba02ae1cb6c9d4ee0907b3ce6020e62784e2d7598e0cfa4d6cc", size = 204126475 },
|
1352 |
-
{ url = "https://files.pythonhosted.org/packages/88/8b/d60c0491ab63634763be1537ad488694d316ddc4a20eaadd639cedc53971/torch-2.6.0-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:ff96f4038f8af9f7ec4231710ed4549da1bdebad95923953a25045dcf6fd87e2", size = 66536783 },
|
1353 |
]
|
1354 |
|
1355 |
[[package]]
|
1356 |
name = "torchvision"
|
1357 |
-
version = "0.
|
1358 |
source = { registry = "https://pypi.org/simple" }
|
1359 |
dependencies = [
|
1360 |
{ name = "numpy" },
|
@@ -1362,18 +1339,16 @@ dependencies = [
|
|
1362 |
{ name = "torch" },
|
1363 |
]
|
1364 |
wheels = [
|
1365 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1366 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1367 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1368 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1369 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1370 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1371 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1372 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1373 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1374 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1375 |
-
{ url = "https://files.pythonhosted.org/packages/0b/2d/3c3ee10608310a395594aac7da8640372ed79c6585910ccae6919658dcdc/torchvision-0.21.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:5045a3a5f21ec3eea6962fa5f2fa2d4283f854caec25ada493fcf4aab2925467", size = 2281252 },
|
1376 |
-
{ url = "https://files.pythonhosted.org/packages/ed/b4/fc60e3bc003879d3de842baea258fffc3586f4b49cd435a5ba1e09c33315/torchvision-0.21.0-cp313-cp313-win_amd64.whl", hash = "sha256:9147f5e096a9270684e3befdee350f3cacafd48e0c54ab195f45790a9c146d67", size = 1560519 },
|
1377 |
]
|
1378 |
|
1379 |
[[package]]
|
@@ -1411,12 +1386,14 @@ wheels = [
|
|
1411 |
|
1412 |
[[package]]
|
1413 |
name = "triton"
|
1414 |
-
version = "
|
1415 |
source = { registry = "https://pypi.org/simple" }
|
|
|
|
|
|
|
1416 |
wheels = [
|
1417 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1418 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1419 |
-
{ url = "https://files.pythonhosted.org/packages/c7/30/37a3384d1e2e9320331baca41e835e90a3767303642c7a80d4510152cbcf/triton-3.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e5dfa23ba84541d7c0a531dfce76d8bcd19159d50a4a8b14ad01e91734a5c1b0", size = 253154278 },
|
1420 |
]
|
1421 |
|
1422 |
[[package]]
|
|
|
154 |
]
|
155 |
|
156 |
[[package]]
|
157 |
+
name = "colorama"
|
158 |
+
version = "0.4.6"
|
159 |
+
source = { registry = "https://pypi.org/simple" }
|
160 |
+
sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697 }
|
161 |
+
wheels = [
|
162 |
+
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 },
|
163 |
+
]
|
164 |
+
|
165 |
+
[[package]]
|
166 |
+
name = "colormasking"
|
167 |
version = "0.1.0"
|
168 |
source = { virtual = "." }
|
169 |
dependencies = [
|
|
|
172 |
{ name = "gradio" },
|
173 |
{ name = "numpy" },
|
174 |
{ name = "pillow" },
|
175 |
+
{ name = "torch" },
|
176 |
{ name = "transformers" },
|
177 |
]
|
178 |
|
179 |
[package.metadata]
|
180 |
requires-dist = [
|
181 |
+
{ name = "controlnet-aux", specifier = ">=0.0.9" },
|
182 |
+
{ name = "diffusers", specifier = ">=0.32.2" },
|
183 |
+
{ name = "gradio", specifier = ">=5.14.0" },
|
184 |
{ name = "numpy", specifier = "<2.0.0" },
|
185 |
+
{ name = "pillow", specifier = ">=11.1.0" },
|
186 |
+
{ name = "torch", specifier = "<2.3.0" },
|
187 |
+
{ name = "transformers", specifier = ">=4.48.2" },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
]
|
189 |
|
190 |
[[package]]
|
|
|
540 |
|
541 |
[[package]]
|
542 |
name = "nvidia-cublas-cu12"
|
543 |
+
version = "12.1.3.1"
|
544 |
source = { registry = "https://pypi.org/simple" }
|
545 |
wheels = [
|
546 |
+
{ url = "https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:ee53ccca76a6fc08fb9701aa95b6ceb242cdaab118c3bb152af4e579af792728", size = 410594774 },
|
547 |
]
|
548 |
|
549 |
[[package]]
|
550 |
name = "nvidia-cuda-cupti-cu12"
|
551 |
+
version = "12.1.105"
|
552 |
source = { registry = "https://pypi.org/simple" }
|
553 |
wheels = [
|
554 |
+
{ url = "https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:e54fde3983165c624cb79254ae9818a456eb6e87a7fd4d56a2352c24ee542d7e", size = 14109015 },
|
555 |
]
|
556 |
|
557 |
[[package]]
|
558 |
name = "nvidia-cuda-nvrtc-cu12"
|
559 |
+
version = "12.1.105"
|
560 |
source = { registry = "https://pypi.org/simple" }
|
561 |
wheels = [
|
562 |
+
{ url = "https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:339b385f50c309763ca65456ec75e17bbefcbbf2893f462cb8b90584cd27a1c2", size = 23671734 },
|
563 |
]
|
564 |
|
565 |
[[package]]
|
566 |
name = "nvidia-cuda-runtime-cu12"
|
567 |
+
version = "12.1.105"
|
568 |
source = { registry = "https://pypi.org/simple" }
|
569 |
wheels = [
|
570 |
+
{ url = "https://files.pythonhosted.org/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:6e258468ddf5796e25f1dc591a31029fa317d97a0a94ed93468fc86301d61e40", size = 823596 },
|
571 |
]
|
572 |
|
573 |
[[package]]
|
574 |
name = "nvidia-cudnn-cu12"
|
575 |
+
version = "8.9.2.26"
|
576 |
source = { registry = "https://pypi.org/simple" }
|
577 |
dependencies = [
|
578 |
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
579 |
]
|
580 |
wheels = [
|
581 |
+
{ url = "https://files.pythonhosted.org/packages/ff/74/a2e2be7fb83aaedec84f391f082cf765dfb635e7caa9b49065f73e4835d8/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl", hash = "sha256:5ccb288774fdfb07a7e7025ffec286971c06d8d7b4fb162525334616d7629ff9", size = 731725872 },
|
582 |
]
|
583 |
|
584 |
[[package]]
|
585 |
name = "nvidia-cufft-cu12"
|
586 |
+
version = "11.0.2.54"
|
587 |
source = { registry = "https://pypi.org/simple" }
|
|
|
|
|
|
|
588 |
wheels = [
|
589 |
+
{ url = "https://files.pythonhosted.org/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl", hash = "sha256:794e3948a1aa71fd817c3775866943936774d1c14e7628c74f6f7417224cdf56", size = 121635161 },
|
590 |
]
|
591 |
|
592 |
[[package]]
|
593 |
name = "nvidia-curand-cu12"
|
594 |
+
version = "10.3.2.106"
|
595 |
source = { registry = "https://pypi.org/simple" }
|
596 |
wheels = [
|
597 |
+
{ url = "https://files.pythonhosted.org/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:9d264c5036dde4e64f1de8c50ae753237c12e0b1348738169cd0f8a536c0e1e0", size = 56467784 },
|
598 |
]
|
599 |
|
600 |
[[package]]
|
601 |
name = "nvidia-cusolver-cu12"
|
602 |
+
version = "11.4.5.107"
|
603 |
source = { registry = "https://pypi.org/simple" }
|
604 |
dependencies = [
|
605 |
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
|
|
607 |
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
608 |
]
|
609 |
wheels = [
|
610 |
+
{ 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 },
|
611 |
]
|
612 |
|
613 |
[[package]]
|
614 |
name = "nvidia-cusparse-cu12"
|
615 |
+
version = "12.1.0.106"
|
616 |
source = { registry = "https://pypi.org/simple" }
|
617 |
dependencies = [
|
618 |
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
619 |
]
|
620 |
wheels = [
|
621 |
+
{ 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 },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
]
|
623 |
|
624 |
[[package]]
|
625 |
name = "nvidia-nccl-cu12"
|
626 |
+
version = "2.19.3"
|
627 |
source = { registry = "https://pypi.org/simple" }
|
628 |
wheels = [
|
629 |
+
{ url = "https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl", hash = "sha256:a9734707a2c96443331c1e48c717024aa6678a0e2a4cb66b2c364d18cee6b48d", size = 165987969 },
|
630 |
]
|
631 |
|
632 |
[[package]]
|
633 |
name = "nvidia-nvjitlink-cu12"
|
634 |
+
version = "12.8.61"
|
635 |
source = { registry = "https://pypi.org/simple" }
|
636 |
wheels = [
|
637 |
+
{ url = "https://files.pythonhosted.org/packages/03/f8/9d85593582bd99b8d7c65634d2304780aefade049b2b94d96e44084be90b/nvidia_nvjitlink_cu12-12.8.61-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:45fd79f2ae20bd67e8bc411055939049873bfd8fac70ff13bd4865e0b9bdab17", size = 39243473 },
|
638 |
]
|
639 |
|
640 |
[[package]]
|
641 |
name = "nvidia-nvtx-cu12"
|
642 |
+
version = "12.1.105"
|
643 |
source = { registry = "https://pypi.org/simple" }
|
644 |
wheels = [
|
645 |
+
{ url = "https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:dc21cf308ca5691e7c04d962e213f8a4aa9bbfa23d95412f452254c2caeb09e5", size = 99138 },
|
646 |
]
|
647 |
|
648 |
[[package]]
|
|
|
1182 |
{ url = "https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl", hash = "sha256:de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177", size = 15552 },
|
1183 |
]
|
1184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1185 |
[[package]]
|
1186 |
name = "shellingham"
|
1187 |
version = "1.5.4"
|
|
|
1223 |
|
1224 |
[[package]]
|
1225 |
name = "sympy"
|
1226 |
+
version = "1.13.3"
|
1227 |
source = { registry = "https://pypi.org/simple" }
|
1228 |
dependencies = [
|
1229 |
{ name = "mpmath" },
|
1230 |
]
|
1231 |
+
sdist = { url = "https://files.pythonhosted.org/packages/11/8a/5a7fd6284fa8caac23a26c9ddf9c30485a48169344b4bd3b0f02fef1890f/sympy-1.13.3.tar.gz", hash = "sha256:b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9", size = 7533196 }
|
1232 |
wheels = [
|
1233 |
+
{ url = "https://files.pythonhosted.org/packages/99/ff/c87e0622b1dadea79d2fb0b25ade9ed98954c9033722eb707053d310d4f3/sympy-1.13.3-py3-none-any.whl", hash = "sha256:54612cf55a62755ee71824ce692986f23c88ffa77207b30c1368eda4a7060f73", size = 6189483 },
|
1234 |
]
|
1235 |
|
1236 |
[[package]]
|
|
|
1294 |
|
1295 |
[[package]]
|
1296 |
name = "torch"
|
1297 |
+
version = "2.2.2"
|
1298 |
source = { registry = "https://pypi.org/simple" }
|
1299 |
dependencies = [
|
1300 |
{ name = "filelock" },
|
|
|
1310 |
{ name = "nvidia-curand-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1311 |
{ name = "nvidia-cusolver-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1312 |
{ name = "nvidia-cusparse-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
1313 |
{ name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
1314 |
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
1315 |
{ name = "sympy" },
|
1316 |
+
{ name = "triton", marker = "python_full_version < '3.12' and platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1317 |
{ name = "typing-extensions" },
|
1318 |
]
|
1319 |
wheels = [
|
1320 |
+
{ url = "https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb", size = 755555407 },
|
1321 |
+
{ url = "https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf", size = 86642063 },
|
1322 |
+
{ url = "https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c", size = 198584125 },
|
1323 |
+
{ url = "https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl", hash = "sha256:95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059", size = 150796474 },
|
1324 |
+
{ url = "https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1", size = 59714938 },
|
1325 |
+
{ url = "https://files.pythonhosted.org/packages/4c/0c/d8f77363a7a3350c96e6c9db4ffb101d1c0487cc0b8cdaae1e4bfb2800ad/torch-2.2.2-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:cf12cdb66c9c940227ad647bc9cf5dba7e8640772ae10dfe7569a0c1e2a28aca", size = 755466713 },
|
1326 |
+
{ url = "https://files.pythonhosted.org/packages/05/9b/e5c0df26435f3d55b6699e1c61f07652b8c8a3ac5058a75d0e991f92c2b0/torch-2.2.2-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:89ddac2a8c1fb6569b90890955de0c34e1724f87431cacff4c1979b5f769203c", size = 86515814 },
|
1327 |
+
{ url = "https://files.pythonhosted.org/packages/72/ce/beca89dcdcf4323880d3b959ef457a4c61a95483af250e6892fec9174162/torch-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:451331406b760f4b1ab298ddd536486ab3cfb1312614cfe0532133535be60bea", size = 198528804 },
|
1328 |
+
{ url = "https://files.pythonhosted.org/packages/79/78/29dcab24a344ffd9ee9549ec0ab2c7885c13df61cde4c65836ee275efaeb/torch-2.2.2-cp312-none-macosx_10_9_x86_64.whl", hash = "sha256:eb4d6e9d3663e26cd27dc3ad266b34445a16b54908e74725adb241aa56987533", size = 150797270 },
|
1329 |
+
{ url = "https://files.pythonhosted.org/packages/4a/0e/e4e033371a7cba9da0db5ccb507a9174e41b9c29189a932d01f2f61ecfc0/torch-2.2.2-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:bf9558da7d2bf7463390b3b2a61a6a3dbb0b45b161ee1dd5ec640bf579d479fc", size = 59678388 },
|
|
|
|
|
1330 |
]
|
1331 |
|
1332 |
[[package]]
|
1333 |
name = "torchvision"
|
1334 |
+
version = "0.17.2"
|
1335 |
source = { registry = "https://pypi.org/simple" }
|
1336 |
dependencies = [
|
1337 |
{ name = "numpy" },
|
|
|
1339 |
{ name = "torch" },
|
1340 |
]
|
1341 |
wheels = [
|
1342 |
+
{ url = "https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54", size = 1666424 },
|
1343 |
+
{ url = "https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d", size = 1571149 },
|
1344 |
+
{ url = "https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:3bbc24b7713e8f22766992562547d8b4b10001208d372fe599255af84bfd1a69", size = 6915982 },
|
1345 |
+
{ url = "https://files.pythonhosted.org/packages/56/8d/a153903bfd610450258ee7ac5d292d6b8f382aec14f49404845d8ba6207d/torchvision-0.17.2-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:833fd2e4216ced924c8aca0525733fe727f9a1af66dfad7c5be7257e97c39678", size = 14008511 },
|
1346 |
+
{ url = "https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl", hash = "sha256:6835897df852fad1015e6a106c167c83848114cbcc7d86112384a973404e4431", size = 1165537 },
|
1347 |
+
{ url = "https://files.pythonhosted.org/packages/ff/b6/a056fb68cae15e8aec4f854f78d4787086d77efa5468a29d5b744eee2a2b/torchvision-0.17.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:14fd1d4a033c325bdba2d03a69c3450cab6d3a625f85cc375781d9237ca5d04d", size = 1666430 },
|
1348 |
+
{ url = "https://files.pythonhosted.org/packages/58/12/0be3c13b2694ce2d103d259a4c0692884d52b0b445387101d96965d5b060/torchvision-0.17.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9c3acbebbe379af112b62b535820174277b1f3eed30df264a4e458d58ee4e5b2", size = 1571152 },
|
1349 |
+
{ url = "https://files.pythonhosted.org/packages/1c/e9/830390c704f1471c33faebe964c3ca99113e43ffc3f6653d3188ca04077c/torchvision-0.17.2-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:77d680adf6ce367166a186d2c7fda3a73807ab9a03b2c31a03fa8812c8c5335b", size = 6915847 },
|
1350 |
+
{ url = "https://files.pythonhosted.org/packages/52/89/9af25236f7bc31fe74f88bde03bbd63c284d0aefa6d19bd92cc37433470c/torchvision-0.17.2-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:f1c9ab3152cfb27f83aca072cac93a3a4c4e4ab0261cf0f2d516b9868a4e96f3", size = 14008843 },
|
1351 |
+
{ url = "https://files.pythonhosted.org/packages/fd/d1/8da7f30169f56764f0ef9ed961a32f300a2d782b6c1bc8b391c3014092f8/torchvision-0.17.2-cp312-cp312-win_amd64.whl", hash = "sha256:3f784381419f3ed3f2ec2aa42fb4aeec5bf4135e298d1631e41c926e6f1a0dff", size = 1165531 },
|
|
|
|
|
1352 |
]
|
1353 |
|
1354 |
[[package]]
|
|
|
1386 |
|
1387 |
[[package]]
|
1388 |
name = "triton"
|
1389 |
+
version = "2.2.0"
|
1390 |
source = { registry = "https://pypi.org/simple" }
|
1391 |
+
dependencies = [
|
1392 |
+
{ name = "filelock", marker = "(python_full_version < '3.12' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.12' and sys_platform != 'darwin' and sys_platform != 'linux')" },
|
1393 |
+
]
|
1394 |
wheels = [
|
1395 |
+
{ url = "https://files.pythonhosted.org/packages/bd/ac/3974caaa459bf2c3a244a84be8d17561f631f7d42af370fc311defeca2fb/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da58a152bddb62cafa9a857dd2bc1f886dbf9f9c90a2b5da82157cd2b34392b0", size = 167928356 },
|
1396 |
+
{ url = "https://files.pythonhosted.org/packages/0e/49/2e1bbae4542b8f624e409540b4197e37ab22a88e8685e99debe721cc2b50/triton-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0af58716e721460a61886668b205963dc4d1e4ac20508cc3f623aef0d70283d5", size = 167933985 },
|
|
|
1397 |
]
|
1398 |
|
1399 |
[[package]]
|