Spaces:
Running
on
Zero
Running
on
Zero
Ava Pun
commited on
Commit
·
65e090f
1
Parent(s):
321ffb9
Update dependencies
Browse files- pyproject.toml +1 -0
- requirements.txt +16 -18
- uv.lock +49 -81
pyproject.toml
CHANGED
@@ -8,6 +8,7 @@ dependencies = [
|
|
8 |
"bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100
|
9 |
"gradio",
|
10 |
"brickgpt",
|
|
|
11 |
]
|
12 |
|
13 |
[tool.uv.sources]
|
|
|
8 |
"bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100
|
9 |
"gradio",
|
10 |
"brickgpt",
|
11 |
+
"torch==2.5.1", # specific version for Hugging Face ZeroGPU
|
12 |
]
|
13 |
|
14 |
[tool.uv.sources]
|
requirements.txt
CHANGED
@@ -37,20 +37,18 @@ mpmath==1.3.0
|
|
37 |
networkx==3.4.2 ; python_full_version < '3.11'
|
38 |
networkx==3.5 ; python_full_version >= '3.11'
|
39 |
numpy==1.26.4
|
40 |
-
nvidia-cublas-cu12==12.
|
41 |
-
nvidia-cuda-cupti-cu12==12.
|
42 |
-
nvidia-cuda-nvrtc-cu12==12.
|
43 |
-
nvidia-cuda-runtime-cu12==12.
|
44 |
-
nvidia-cudnn-cu12==9.
|
45 |
-
nvidia-cufft-cu12==11.
|
46 |
-
nvidia-
|
47 |
-
nvidia-
|
48 |
-
nvidia-
|
49 |
-
nvidia-
|
50 |
-
nvidia-
|
51 |
-
nvidia-
|
52 |
-
nvidia-nvjitlink-cu12==12.6.85 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
53 |
-
nvidia-nvtx-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
54 |
orjson==3.10.18
|
55 |
packaging==25.0
|
56 |
pandas==2.3.0
|
@@ -73,18 +71,18 @@ ruff==0.12.0 ; sys_platform != 'emscripten'
|
|
73 |
safehttpx==0.1.6
|
74 |
safetensors==0.5.3
|
75 |
semantic-version==2.10.0
|
76 |
-
setuptools==80.9.0 ;
|
77 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
78 |
six==1.17.0
|
79 |
sniffio==1.3.1
|
80 |
starlette==0.46.2
|
81 |
-
sympy==1.
|
82 |
tokenizers==0.21.1
|
83 |
tomlkit==0.13.3
|
84 |
-
torch==2.
|
85 |
tqdm==4.67.1
|
86 |
transformers==4.52.4
|
87 |
-
triton==3.
|
88 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
89 |
typing-extensions==4.14.0
|
90 |
typing-inspection==0.4.1
|
|
|
37 |
networkx==3.4.2 ; python_full_version < '3.11'
|
38 |
networkx==3.5 ; python_full_version >= '3.11'
|
39 |
numpy==1.26.4
|
40 |
+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
41 |
+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
42 |
+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
43 |
+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
44 |
+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
45 |
+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
46 |
+
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
47 |
+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
48 |
+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
49 |
+
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
50 |
+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
51 |
+
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
|
|
|
52 |
orjson==3.10.18
|
53 |
packaging==25.0
|
54 |
pandas==2.3.0
|
|
|
71 |
safehttpx==0.1.6
|
72 |
safetensors==0.5.3
|
73 |
semantic-version==2.10.0
|
74 |
+
setuptools==80.9.0 ; python_full_version >= '3.12'
|
75 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
76 |
six==1.17.0
|
77 |
sniffio==1.3.1
|
78 |
starlette==0.46.2
|
79 |
+
sympy==1.13.1
|
80 |
tokenizers==0.21.1
|
81 |
tomlkit==0.13.3
|
82 |
+
torch==2.5.1
|
83 |
tqdm==4.67.1
|
84 |
transformers==4.52.4
|
85 |
+
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
|
86 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
87 |
typing-extensions==4.14.0
|
88 |
typing-inspection==0.4.1
|
uv.lock
CHANGED
@@ -164,6 +164,7 @@ dependencies = [
|
|
164 |
{ name = "bpy", version = "4.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
165 |
{ name = "brickgpt" },
|
166 |
{ name = "gradio" },
|
|
|
167 |
]
|
168 |
|
169 |
[package.metadata]
|
@@ -171,6 +172,7 @@ requires-dist = [
|
|
171 |
{ name = "bpy", specifier = "<=4.3.0" },
|
172 |
{ name = "brickgpt", git = "https://github.com/AvaLovelace1/BrickGPT.git" },
|
173 |
{ name = "gradio" },
|
|
|
174 |
]
|
175 |
|
176 |
[[package]]
|
@@ -752,81 +754,69 @@ wheels = [
|
|
752 |
|
753 |
[[package]]
|
754 |
name = "nvidia-cublas-cu12"
|
755 |
-
version = "12.
|
756 |
source = { registry = "https://pypi.org/simple" }
|
757 |
wheels = [
|
758 |
-
{ url = "https://files.pythonhosted.org/packages/
|
759 |
]
|
760 |
|
761 |
[[package]]
|
762 |
name = "nvidia-cuda-cupti-cu12"
|
763 |
-
version = "12.
|
764 |
source = { registry = "https://pypi.org/simple" }
|
765 |
wheels = [
|
766 |
-
{ url = "https://files.pythonhosted.org/packages/
|
767 |
-
{ url = "https://files.pythonhosted.org/packages/a5/24/120ee57b218d9952c379d1e026c4479c9ece9997a4fb46303611ee48f038/nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.whl", hash = "sha256:a3eff6cdfcc6a4c35db968a06fcadb061cbc7d6dde548609a941ff8701b98b73", size = 8917972 },
|
768 |
]
|
769 |
|
770 |
[[package]]
|
771 |
name = "nvidia-cuda-nvrtc-cu12"
|
772 |
-
version = "12.
|
773 |
source = { registry = "https://pypi.org/simple" }
|
774 |
wheels = [
|
775 |
-
{ url = "https://files.pythonhosted.org/packages/
|
776 |
]
|
777 |
|
778 |
[[package]]
|
779 |
name = "nvidia-cuda-runtime-cu12"
|
780 |
-
version = "12.
|
781 |
source = { registry = "https://pypi.org/simple" }
|
782 |
wheels = [
|
783 |
-
{ url = "https://files.pythonhosted.org/packages/
|
784 |
-
{ url = "https://files.pythonhosted.org/packages/f0/62/65c05e161eeddbafeca24dc461f47de550d9fa8a7e04eb213e32b55cfd99/nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl", hash = "sha256:a84d15d5e1da416dd4774cb42edf5e954a3e60cc945698dc1d5be02321c44dc8", size = 897678 },
|
785 |
]
|
786 |
|
787 |
[[package]]
|
788 |
name = "nvidia-cudnn-cu12"
|
789 |
-
version = "9.
|
790 |
source = { registry = "https://pypi.org/simple" }
|
791 |
dependencies = [
|
792 |
{ name = "nvidia-cublas-cu12" },
|
793 |
]
|
794 |
wheels = [
|
795 |
-
{ url = "https://files.pythonhosted.org/packages/
|
796 |
]
|
797 |
|
798 |
[[package]]
|
799 |
name = "nvidia-cufft-cu12"
|
800 |
-
version = "11.
|
801 |
source = { registry = "https://pypi.org/simple" }
|
802 |
dependencies = [
|
803 |
{ name = "nvidia-nvjitlink-cu12" },
|
804 |
]
|
805 |
wheels = [
|
806 |
-
{ url = "https://files.pythonhosted.org/packages/
|
807 |
-
{ url = "https://files.pythonhosted.org/packages/60/de/99ec247a07ea40c969d904fc14f3a356b3e2a704121675b75c366b694ee1/nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.whl", hash = "sha256:768160ac89f6f7b459bee747e8d175dbf53619cfe74b2a5636264163138013ca", size = 200221622 },
|
808 |
-
]
|
809 |
-
|
810 |
-
[[package]]
|
811 |
-
name = "nvidia-cufile-cu12"
|
812 |
-
version = "1.11.1.6"
|
813 |
-
source = { registry = "https://pypi.org/simple" }
|
814 |
-
wheels = [
|
815 |
-
{ url = "https://files.pythonhosted.org/packages/b2/66/cc9876340ac68ae71b15c743ddb13f8b30d5244af344ec8322b449e35426/nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:cc23469d1c7e52ce6c1d55253273d32c565dd22068647f3aa59b3c6b005bf159", size = 1142103 },
|
816 |
]
|
817 |
|
818 |
[[package]]
|
819 |
name = "nvidia-curand-cu12"
|
820 |
-
version = "10.3.
|
821 |
source = { registry = "https://pypi.org/simple" }
|
822 |
wheels = [
|
823 |
-
{ url = "https://files.pythonhosted.org/packages/
|
824 |
-
{ url = "https://files.pythonhosted.org/packages/4a/aa/2c7ff0b5ee02eaef890c0ce7d4f74bc30901871c5e45dee1ae6d0083cd80/nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.whl", hash = "sha256:99f1a32f1ac2bd134897fc7a203f779303261268a65762a623bf30cc9fe79117", size = 56279000 },
|
825 |
]
|
826 |
|
827 |
[[package]]
|
828 |
name = "nvidia-cusolver-cu12"
|
829 |
-
version = "11.
|
830 |
source = { registry = "https://pypi.org/simple" }
|
831 |
dependencies = [
|
832 |
{ name = "nvidia-cublas-cu12" },
|
@@ -834,53 +824,42 @@ dependencies = [
|
|
834 |
{ name = "nvidia-nvjitlink-cu12" },
|
835 |
]
|
836 |
wheels = [
|
837 |
-
{ url = "https://files.pythonhosted.org/packages/
|
838 |
-
{ url = "https://files.pythonhosted.org/packages/9f/81/baba53585da791d043c10084cf9553e074548408e04ae884cfe9193bd484/nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6cf28f17f64107a0c4d7802be5ff5537b2130bfc112f25d5a30df227058ca0e6", size = 158229780 },
|
839 |
]
|
840 |
|
841 |
[[package]]
|
842 |
name = "nvidia-cusparse-cu12"
|
843 |
-
version = "12.
|
844 |
source = { registry = "https://pypi.org/simple" }
|
845 |
dependencies = [
|
846 |
{ name = "nvidia-nvjitlink-cu12" },
|
847 |
]
|
848 |
wheels = [
|
849 |
-
{ url = "https://files.pythonhosted.org/packages/
|
850 |
-
{ url = "https://files.pythonhosted.org/packages/43/ac/64c4316ba163e8217a99680c7605f779accffc6a4bcd0c778c12948d3707/nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:23749a6571191a215cb74d1cdbff4a86e7b19f1200c071b3fcf844a5bea23a2f", size = 216561357 },
|
851 |
-
]
|
852 |
-
|
853 |
-
[[package]]
|
854 |
-
name = "nvidia-cusparselt-cu12"
|
855 |
-
version = "0.6.3"
|
856 |
-
source = { registry = "https://pypi.org/simple" }
|
857 |
-
wheels = [
|
858 |
-
{ url = "https://files.pythonhosted.org/packages/3b/9a/72ef35b399b0e183bc2e8f6f558036922d453c4d8237dab26c666a04244b/nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl", hash = "sha256:e5c8a26c36445dd2e6812f1177978a24e2d37cacce7e090f297a688d1ec44f46", size = 156785796 },
|
859 |
]
|
860 |
|
861 |
[[package]]
|
862 |
name = "nvidia-nccl-cu12"
|
863 |
-
version = "2.
|
864 |
source = { registry = "https://pypi.org/simple" }
|
865 |
wheels = [
|
866 |
-
{ url = "https://files.pythonhosted.org/packages/
|
867 |
]
|
868 |
|
869 |
[[package]]
|
870 |
name = "nvidia-nvjitlink-cu12"
|
871 |
-
version = "12.
|
872 |
source = { registry = "https://pypi.org/simple" }
|
873 |
wheels = [
|
874 |
-
{ url = "https://files.pythonhosted.org/packages/
|
875 |
]
|
876 |
|
877 |
[[package]]
|
878 |
name = "nvidia-nvtx-cu12"
|
879 |
-
version = "12.
|
880 |
source = { registry = "https://pypi.org/simple" }
|
881 |
wheels = [
|
882 |
-
{ url = "https://files.pythonhosted.org/packages/
|
883 |
-
{ url = "https://files.pythonhosted.org/packages/9e/4e/0d0c945463719429b7bd21dece907ad0bde437a2ff12b9b12fee94722ab0/nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6574241a3ec5fdc9334353ab8c479fe75841dbe8f4532a8fc97ce63503330ba1", size = 89265 },
|
884 |
]
|
885 |
|
886 |
[[package]]
|
@@ -1538,14 +1517,14 @@ wheels = [
|
|
1538 |
|
1539 |
[[package]]
|
1540 |
name = "sympy"
|
1541 |
-
version = "1.
|
1542 |
source = { registry = "https://pypi.org/simple" }
|
1543 |
dependencies = [
|
1544 |
{ name = "mpmath" },
|
1545 |
]
|
1546 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1547 |
wheels = [
|
1548 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1549 |
]
|
1550 |
|
1551 |
[[package]]
|
@@ -1584,7 +1563,7 @@ wheels = [
|
|
1584 |
|
1585 |
[[package]]
|
1586 |
name = "torch"
|
1587 |
-
version = "2.
|
1588 |
source = { registry = "https://pypi.org/simple" }
|
1589 |
dependencies = [
|
1590 |
{ name = "filelock" },
|
@@ -1598,40 +1577,31 @@ dependencies = [
|
|
1598 |
{ name = "nvidia-cuda-runtime-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1599 |
{ name = "nvidia-cudnn-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1600 |
{ name = "nvidia-cufft-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1601 |
-
{ name = "nvidia-cufile-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1602 |
{ name = "nvidia-curand-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1603 |
{ name = "nvidia-cusolver-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1604 |
{ name = "nvidia-cusparse-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1605 |
-
{ name = "nvidia-cusparselt-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1606 |
{ name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1607 |
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1608 |
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1609 |
{ name = "setuptools", marker = "python_full_version >= '3.12'" },
|
1610 |
{ name = "sympy" },
|
1611 |
-
{ name = "triton", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1612 |
{ name = "typing-extensions" },
|
1613 |
]
|
1614 |
wheels = [
|
1615 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1616 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1617 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1618 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1619 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1620 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1621 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1622 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1623 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1624 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1625 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1626 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1627 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1628 |
-
{ url = "https://files.pythonhosted.org/packages/3a/24/efe2f520d75274fc06b695c616415a1e8a1021d87a13c68ff9dce733d088/torch-2.7.1-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:d632f5417b6980f61404a125b999ca6ebd0b8b4bbdbb5fbbba44374ab619a412", size = 821033192 },
|
1629 |
-
{ url = "https://files.pythonhosted.org/packages/dd/d9/9c24d230333ff4e9b6807274f6f8d52a864210b52ec794c5def7925f4495/torch-2.7.1-cp313-cp313-win_amd64.whl", hash = "sha256:23660443e13995ee93e3d844786701ea4ca69f337027b05182f5ba053ce43b38", size = 216055668 },
|
1630 |
-
{ url = "https://files.pythonhosted.org/packages/95/bf/e086ee36ddcef9299f6e708d3b6c8487c1651787bb9ee2939eb2a7f74911/torch-2.7.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:0da4f4dba9f65d0d203794e619fe7ca3247a55ffdcbd17ae8fb83c8b2dc9b585", size = 68925988 },
|
1631 |
-
{ url = "https://files.pythonhosted.org/packages/69/6a/67090dcfe1cf9048448b31555af6efb149f7afa0a310a366adbdada32105/torch-2.7.1-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:e08d7e6f21a617fe38eeb46dd2213ded43f27c072e9165dc27300c9ef9570934", size = 99028857 },
|
1632 |
-
{ url = "https://files.pythonhosted.org/packages/90/1c/48b988870823d1cc381f15ec4e70ed3d65e043f43f919329b0045ae83529/torch-2.7.1-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:30207f672328a42df4f2174b8f426f354b2baa0b7cca3a0adb3d6ab5daf00dc8", size = 821098066 },
|
1633 |
-
{ url = "https://files.pythonhosted.org/packages/7b/eb/10050d61c9d5140c5dc04a89ed3257ef1a6b93e49dd91b95363d757071e0/torch-2.7.1-cp313-cp313t-win_amd64.whl", hash = "sha256:79042feca1c634aaf6603fe6feea8c6b30dfa140a6bbc0b973e2260c7e79a22e", size = 216336310 },
|
1634 |
-
{ url = "https://files.pythonhosted.org/packages/b1/29/beb45cdf5c4fc3ebe282bf5eafc8dfd925ead7299b3c97491900fe5ed844/torch-2.7.1-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:988b0cbc4333618a1056d2ebad9eb10089637b659eb645434d0809d8d937b946", size = 68645708 },
|
1635 |
]
|
1636 |
|
1637 |
[[package]]
|
@@ -1669,17 +1639,15 @@ wheels = [
|
|
1669 |
|
1670 |
[[package]]
|
1671 |
name = "triton"
|
1672 |
-
version = "3.
|
1673 |
source = { registry = "https://pypi.org/simple" }
|
1674 |
dependencies = [
|
1675 |
-
{ name = "
|
1676 |
]
|
1677 |
wheels = [
|
1678 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1679 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1680 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1681 |
-
{ url = "https://files.pythonhosted.org/packages/74/1f/dfb531f90a2d367d914adfee771babbd3f1a5b26c3f5fbc458dee21daa78/triton-3.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b89d846b5a4198317fec27a5d3a609ea96b6d557ff44b56c23176546023c4240", size = 155673035 },
|
1682 |
-
{ url = "https://files.pythonhosted.org/packages/28/71/bd20ffcb7a64c753dc2463489a61bf69d531f308e390ad06390268c4ea04/triton-3.3.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a3198adb9d78b77818a5388bff89fa72ff36f9da0bc689db2f0a651a67ce6a42", size = 155735832 },
|
1683 |
]
|
1684 |
|
1685 |
[[package]]
|
|
|
164 |
{ name = "bpy", version = "4.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
165 |
{ name = "brickgpt" },
|
166 |
{ name = "gradio" },
|
167 |
+
{ name = "torch" },
|
168 |
]
|
169 |
|
170 |
[package.metadata]
|
|
|
172 |
{ name = "bpy", specifier = "<=4.3.0" },
|
173 |
{ name = "brickgpt", git = "https://github.com/AvaLovelace1/BrickGPT.git" },
|
174 |
{ name = "gradio" },
|
175 |
+
{ name = "torch", specifier = "==2.5.1" },
|
176 |
]
|
177 |
|
178 |
[[package]]
|
|
|
754 |
|
755 |
[[package]]
|
756 |
name = "nvidia-cublas-cu12"
|
757 |
+
version = "12.4.5.8"
|
758 |
source = { registry = "https://pypi.org/simple" }
|
759 |
wheels = [
|
760 |
+
{ url = "https://files.pythonhosted.org/packages/ae/71/1c91302526c45ab494c23f61c7a84aa568b8c1f9d196efa5993957faf906/nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl", hash = "sha256:2fc8da60df463fdefa81e323eef2e36489e1c94335b5358bcb38360adf75ac9b", size = 363438805 },
|
761 |
]
|
762 |
|
763 |
[[package]]
|
764 |
name = "nvidia-cuda-cupti-cu12"
|
765 |
+
version = "12.4.127"
|
766 |
source = { registry = "https://pypi.org/simple" }
|
767 |
wheels = [
|
768 |
+
{ url = "https://files.pythonhosted.org/packages/67/42/f4f60238e8194a3106d06a058d494b18e006c10bb2b915655bd9f6ea4cb1/nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:9dec60f5ac126f7bb551c055072b69d85392b13311fcc1bcda2202d172df30fb", size = 13813957 },
|
|
|
769 |
]
|
770 |
|
771 |
[[package]]
|
772 |
name = "nvidia-cuda-nvrtc-cu12"
|
773 |
+
version = "12.4.127"
|
774 |
source = { registry = "https://pypi.org/simple" }
|
775 |
wheels = [
|
776 |
+
{ url = "https://files.pythonhosted.org/packages/2c/14/91ae57cd4db3f9ef7aa99f4019cfa8d54cb4caa7e00975df6467e9725a9f/nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:a178759ebb095827bd30ef56598ec182b85547f1508941a3d560eb7ea1fbf338", size = 24640306 },
|
777 |
]
|
778 |
|
779 |
[[package]]
|
780 |
name = "nvidia-cuda-runtime-cu12"
|
781 |
+
version = "12.4.127"
|
782 |
source = { registry = "https://pypi.org/simple" }
|
783 |
wheels = [
|
784 |
+
{ url = "https://files.pythonhosted.org/packages/ea/27/1795d86fe88ef397885f2e580ac37628ed058a92ed2c39dc8eac3adf0619/nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:64403288fa2136ee8e467cdc9c9427e0434110899d07c779f25b5c068934faa5", size = 883737 },
|
|
|
785 |
]
|
786 |
|
787 |
[[package]]
|
788 |
name = "nvidia-cudnn-cu12"
|
789 |
+
version = "9.1.0.70"
|
790 |
source = { registry = "https://pypi.org/simple" }
|
791 |
dependencies = [
|
792 |
{ name = "nvidia-cublas-cu12" },
|
793 |
]
|
794 |
wheels = [
|
795 |
+
{ 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 },
|
796 |
]
|
797 |
|
798 |
[[package]]
|
799 |
name = "nvidia-cufft-cu12"
|
800 |
+
version = "11.2.1.3"
|
801 |
source = { registry = "https://pypi.org/simple" }
|
802 |
dependencies = [
|
803 |
{ name = "nvidia-nvjitlink-cu12" },
|
804 |
]
|
805 |
wheels = [
|
806 |
+
{ url = "https://files.pythonhosted.org/packages/27/94/3266821f65b92b3138631e9c8e7fe1fb513804ac934485a8d05776e1dd43/nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f083fc24912aa410be21fa16d157fed2055dab1cc4b6934a0e03cba69eb242b9", size = 211459117 },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
807 |
]
|
808 |
|
809 |
[[package]]
|
810 |
name = "nvidia-curand-cu12"
|
811 |
+
version = "10.3.5.147"
|
812 |
source = { registry = "https://pypi.org/simple" }
|
813 |
wheels = [
|
814 |
+
{ url = "https://files.pythonhosted.org/packages/8a/6d/44ad094874c6f1b9c654f8ed939590bdc408349f137f9b98a3a23ccec411/nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl", hash = "sha256:a88f583d4e0bb643c49743469964103aa59f7f708d862c3ddb0fc07f851e3b8b", size = 56305206 },
|
|
|
815 |
]
|
816 |
|
817 |
[[package]]
|
818 |
name = "nvidia-cusolver-cu12"
|
819 |
+
version = "11.6.1.9"
|
820 |
source = { registry = "https://pypi.org/simple" }
|
821 |
dependencies = [
|
822 |
{ name = "nvidia-cublas-cu12" },
|
|
|
824 |
{ name = "nvidia-nvjitlink-cu12" },
|
825 |
]
|
826 |
wheels = [
|
827 |
+
{ url = "https://files.pythonhosted.org/packages/3a/e1/5b9089a4b2a4790dfdea8b3a006052cfecff58139d5a4e34cb1a51df8d6f/nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:19e33fa442bcfd085b3086c4ebf7e8debc07cfe01e11513cc6d332fd918ac260", size = 127936057 },
|
|
|
828 |
]
|
829 |
|
830 |
[[package]]
|
831 |
name = "nvidia-cusparse-cu12"
|
832 |
+
version = "12.3.1.170"
|
833 |
source = { registry = "https://pypi.org/simple" }
|
834 |
dependencies = [
|
835 |
{ name = "nvidia-nvjitlink-cu12" },
|
836 |
]
|
837 |
wheels = [
|
838 |
+
{ url = "https://files.pythonhosted.org/packages/db/f7/97a9ea26ed4bbbfc2d470994b8b4f338ef663be97b8f677519ac195e113d/nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ea4f11a2904e2a8dc4b1833cc1b5181cde564edd0d5cd33e3c168eff2d1863f1", size = 207454763 },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
]
|
840 |
|
841 |
[[package]]
|
842 |
name = "nvidia-nccl-cu12"
|
843 |
+
version = "2.21.5"
|
844 |
source = { registry = "https://pypi.org/simple" }
|
845 |
wheels = [
|
846 |
+
{ url = "https://files.pythonhosted.org/packages/df/99/12cd266d6233f47d00daf3a72739872bdc10267d0383508b0b9c84a18bb6/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:8579076d30a8c24988834445f8d633c697d42397e92ffc3f63fa26766d25e0a0", size = 188654414 },
|
847 |
]
|
848 |
|
849 |
[[package]]
|
850 |
name = "nvidia-nvjitlink-cu12"
|
851 |
+
version = "12.4.127"
|
852 |
source = { registry = "https://pypi.org/simple" }
|
853 |
wheels = [
|
854 |
+
{ url = "https://files.pythonhosted.org/packages/ff/ff/847841bacfbefc97a00036e0fce5a0f086b640756dc38caea5e1bb002655/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:06b3b9b25bf3f8af351d664978ca26a16d2c5127dbd53c0497e28d1fb9611d57", size = 21066810 },
|
855 |
]
|
856 |
|
857 |
[[package]]
|
858 |
name = "nvidia-nvtx-cu12"
|
859 |
+
version = "12.4.127"
|
860 |
source = { registry = "https://pypi.org/simple" }
|
861 |
wheels = [
|
862 |
+
{ url = "https://files.pythonhosted.org/packages/87/20/199b8713428322a2f22b722c62b8cc278cc53dffa9705d744484b5035ee9/nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:781e950d9b9f60d8241ccea575b32f5105a5baf4c2351cab5256a24869f12a1a", size = 99144 },
|
|
|
863 |
]
|
864 |
|
865 |
[[package]]
|
|
|
1517 |
|
1518 |
[[package]]
|
1519 |
name = "sympy"
|
1520 |
+
version = "1.13.1"
|
1521 |
source = { registry = "https://pypi.org/simple" }
|
1522 |
dependencies = [
|
1523 |
{ name = "mpmath" },
|
1524 |
]
|
1525 |
+
sdist = { url = "https://files.pythonhosted.org/packages/ca/99/5a5b6f19ff9f083671ddf7b9632028436167cd3d33e11015754e41b249a4/sympy-1.13.1.tar.gz", hash = "sha256:9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f", size = 7533040 }
|
1526 |
wheels = [
|
1527 |
+
{ url = "https://files.pythonhosted.org/packages/b2/fe/81695a1aa331a842b582453b605175f419fe8540355886031328089d840a/sympy-1.13.1-py3-none-any.whl", hash = "sha256:db36cdc64bf61b9b24578b6f7bab1ecdd2452cf008f34faa33776680c26d66f8", size = 6189177 },
|
1528 |
]
|
1529 |
|
1530 |
[[package]]
|
|
|
1563 |
|
1564 |
[[package]]
|
1565 |
name = "torch"
|
1566 |
+
version = "2.5.1"
|
1567 |
source = { registry = "https://pypi.org/simple" }
|
1568 |
dependencies = [
|
1569 |
{ name = "filelock" },
|
|
|
1577 |
{ name = "nvidia-cuda-runtime-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1578 |
{ name = "nvidia-cudnn-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1579 |
{ name = "nvidia-cufft-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
1580 |
{ name = "nvidia-curand-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1581 |
{ name = "nvidia-cusolver-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1582 |
{ name = "nvidia-cusparse-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
1583 |
{ name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1584 |
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1585 |
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1586 |
{ name = "setuptools", marker = "python_full_version >= '3.12'" },
|
1587 |
{ name = "sympy" },
|
1588 |
+
{ name = "triton", marker = "python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
1589 |
{ name = "typing-extensions" },
|
1590 |
]
|
1591 |
wheels = [
|
1592 |
+
{ url = "https://files.pythonhosted.org/packages/2a/ef/834af4a885b31a0b32fff2d80e1e40f771e1566ea8ded55347502440786a/torch-2.5.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:71328e1bbe39d213b8721678f9dcac30dfc452a46d586f1d514a6aa0a99d4744", size = 906446312 },
|
1593 |
+
{ url = "https://files.pythonhosted.org/packages/69/f0/46e74e0d145f43fa506cb336eaefb2d240547e4ce1f496e442711093ab25/torch-2.5.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:34bfa1a852e5714cbfa17f27c49d8ce35e1b7af5608c4bc6e81392c352dbc601", size = 91919522 },
|
1594 |
+
{ url = "https://files.pythonhosted.org/packages/a5/13/1eb674c8efbd04d71e4a157ceba991904f633e009a584dd65dccbafbb648/torch-2.5.1-cp310-cp310-win_amd64.whl", hash = "sha256:32a037bd98a241df6c93e4c789b683335da76a2ac142c0973675b715102dc5fa", size = 203088048 },
|
1595 |
+
{ url = "https://files.pythonhosted.org/packages/a9/9d/e0860474ee0ff8f6ef2c50ec8f71a250f38d78a9b9df9fd241ad3397a65b/torch-2.5.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:23d062bf70776a3d04dbe74db950db2a5245e1ba4f27208a87f0d743b0d06e86", size = 63877046 },
|
1596 |
+
{ url = "https://files.pythonhosted.org/packages/d1/35/e8b2daf02ce933e4518e6f5682c72fd0ed66c15910ea1fb4168f442b71c4/torch-2.5.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:de5b7d6740c4b636ef4db92be922f0edc425b65ed78c5076c43c42d362a45457", size = 906474467 },
|
1597 |
+
{ url = "https://files.pythonhosted.org/packages/40/04/bd91593a4ca178ece93ca55f27e2783aa524aaccbfda66831d59a054c31e/torch-2.5.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:340ce0432cad0d37f5a31be666896e16788f1adf8ad7be481196b503dad675b9", size = 91919450 },
|
1598 |
+
{ url = "https://files.pythonhosted.org/packages/0d/4a/e51420d46cfc90562e85af2fee912237c662ab31140ab179e49bd69401d6/torch-2.5.1-cp311-cp311-win_amd64.whl", hash = "sha256:603c52d2fe06433c18b747d25f5c333f9c1d58615620578c326d66f258686f9a", size = 203098237 },
|
1599 |
+
{ url = "https://files.pythonhosted.org/packages/d0/db/5d9cbfbc7968d79c5c09a0bc0bc3735da079f2fd07cc10498a62b320a480/torch-2.5.1-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:31f8c39660962f9ae4eeec995e3049b5492eb7360dd4f07377658ef4d728fa4c", size = 63884466 },
|
1600 |
+
{ url = "https://files.pythonhosted.org/packages/8b/5c/36c114d120bfe10f9323ed35061bc5878cc74f3f594003854b0ea298942f/torch-2.5.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:ed231a4b3a5952177fafb661213d690a72caaad97d5824dd4fc17ab9e15cec03", size = 906389343 },
|
1601 |
+
{ url = "https://files.pythonhosted.org/packages/6d/69/d8ada8b6e0a4257556d5b4ddeb4345ea8eeaaef3c98b60d1cca197c7ad8e/torch-2.5.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:3f4b7f10a247e0dcd7ea97dc2d3bfbfc90302ed36d7f3952b0008d0df264e697", size = 91811673 },
|
1602 |
+
{ url = "https://files.pythonhosted.org/packages/5f/ba/607d013b55b9fd805db2a5c2662ec7551f1910b4eef39653eeaba182c5b2/torch-2.5.1-cp312-cp312-win_amd64.whl", hash = "sha256:73e58e78f7d220917c5dbfad1a40e09df9929d3b95d25e57d9f8558f84c9a11c", size = 203046841 },
|
1603 |
+
{ url = "https://files.pythonhosted.org/packages/57/6c/bf52ff061da33deb9f94f4121fde7ff3058812cb7d2036c97bc167793bd1/torch-2.5.1-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:8c712df61101964eb11910a846514011f0b6f5920c55dbf567bff8a34163d5b1", size = 63858109 },
|
1604 |
+
{ url = "https://files.pythonhosted.org/packages/69/72/20cb30f3b39a9face296491a86adb6ff8f1a47a897e4d14667e6cf89d5c3/torch-2.5.1-cp313-cp313-manylinux1_x86_64.whl", hash = "sha256:9b61edf3b4f6e3b0e0adda8b3960266b9009d02b37555971f4d1c8f7a05afed7", size = 906393265 },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1605 |
]
|
1606 |
|
1607 |
[[package]]
|
|
|
1639 |
|
1640 |
[[package]]
|
1641 |
name = "triton"
|
1642 |
+
version = "3.1.0"
|
1643 |
source = { registry = "https://pypi.org/simple" }
|
1644 |
dependencies = [
|
1645 |
+
{ name = "filelock", marker = "python_full_version < '3.13'" },
|
1646 |
]
|
1647 |
wheels = [
|
1648 |
+
{ url = "https://files.pythonhosted.org/packages/98/29/69aa56dc0b2eb2602b553881e34243475ea2afd9699be042316842788ff5/triton-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b0dd10a925263abbe9fa37dcde67a5e9b2383fc269fdf59f5657cac38c5d1d8", size = 209460013 },
|
1649 |
+
{ url = "https://files.pythonhosted.org/packages/86/17/d9a5cf4fcf46291856d1e90762e36cbabd2a56c7265da0d1d9508c8e3943/triton-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f34f6e7885d1bf0eaaf7ba875a5f0ce6f3c13ba98f9503651c1e6dc6757ed5c", size = 209506424 },
|
1650 |
+
{ url = "https://files.pythonhosted.org/packages/78/eb/65f5ba83c2a123f6498a3097746607e5b2f16add29e36765305e4ac7fdd8/triton-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c8182f42fd8080a7d39d666814fa36c5e30cc00ea7eeeb1a2983dbb4c99a0fdc", size = 209551444 },
|
|
|
|
|
1651 |
]
|
1652 |
|
1653 |
[[package]]
|