Commit cc6a961e authored by Wang, Leping's avatar Wang, Leping
Browse files

build(deps): update submodules and dependencies

parent ca053b0c
[submodule "mace-bench"] [submodule "mace-bench"]
path = mace-bench path = mace-bench
url = ssh://git@10.208.16.64:2222/huafeng/mace-bench-hygon.git url = ssh://git@10.208.16.64:2222/wangleping/mace-bench-hygon.git
branch = hygon branch = hygon
[submodule "mace"] [submodule "mace"]
path = mace path = mace
......
FastEq @ 0a0b17a1
Subproject commit ac3cc06bfd3e0b6c3f97b538b0f424c96f44ecb7 Subproject commit 0a0b17a166ebbf2740a713ac1d6cee8b1add1d6f
mace-bench @ 2207c831
Subproject commit b43f7f90237c7e2bda5dd82390e152726692c6c2 Subproject commit 2207c831ce6d8a9e15f51d6afadbe64b6d4e15cf
...@@ -19,6 +19,7 @@ dependencies = [ ...@@ -19,6 +19,7 @@ dependencies = [
"joblib>=1.5.3", "joblib>=1.5.3",
"cuequivariance-torch", "cuequivariance-torch",
"fasteq>=0.1.0", "fasteq>=0.1.0",
"triton",
] ]
[tool.uv.sources] [tool.uv.sources]
...@@ -26,6 +27,7 @@ torch = { path = "/data/wangleping/torch-2.5.1+das.opt1.dtk25041-cp310-cp310-man ...@@ -26,6 +27,7 @@ torch = { path = "/data/wangleping/torch-2.5.1+das.opt1.dtk25041-cp310-cp310-man
mace-torch = { path = "./mace", editable = true } mace-torch = { path = "./mace", editable = true }
cuequivariance-torch = { path = "./cuequivariance_torch/cuequivariance_torch", editable = true } cuequivariance-torch = { path = "./cuequivariance_torch/cuequivariance_torch", editable = true }
fasteq = { path = "./FastEq", editable = true } fasteq = { path = "./FastEq", editable = true }
triton = { path = "../../../../data/wangleping/triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" }
[tool.uv] [tool.uv]
no-build-isolation-package = [ no-build-isolation-package = [
......
...@@ -110,6 +110,7 @@ dependencies = [ ...@@ -110,6 +110,7 @@ dependencies = [
{ name = "torch" }, { name = "torch" },
{ name = "torch-geometric" }, { name = "torch-geometric" },
{ name = "tqdm" }, { name = "tqdm" },
{ name = "triton" },
] ]
[package.metadata] [package.metadata]
...@@ -128,6 +129,7 @@ requires-dist = [ ...@@ -128,6 +129,7 @@ requires-dist = [
{ name = "torch", path = "/data/wangleping/torch-2.5.1+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" }, { name = "torch", path = "/data/wangleping/torch-2.5.1+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" },
{ name = "torch-geometric", specifier = ">=2.7.0" }, { name = "torch-geometric", specifier = ">=2.7.0" },
{ name = "tqdm", specifier = "==4.67.1" }, { name = "tqdm", specifier = "==4.67.1" },
{ name = "triton", path = "../../../../data/wangleping/triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" },
] ]
[[package]] [[package]]
...@@ -1018,6 +1020,31 @@ wheels = [ ...@@ -1018,6 +1020,31 @@ wheels = [
{ url = "https://mirrors.bfsu.edu.cn/pypi/web/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" }, { url = "https://mirrors.bfsu.edu.cn/pypi/web/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" },
] ]
[[package]]
name = "triton"
version = "3.0.0+das.opt1.dtk25041"
source = { path = "../../../../data/wangleping/triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" }
wheels = [
{ filename = "triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:d467dfe013dd03fc27803243ee9afd49c136b5682a6ee9e95e53a093835a477e" },
]
[package.metadata]
requires-dist = [
{ name = "autopep8", marker = "extra == 'tests'" },
{ name = "cmake", marker = "extra == 'build'", specifier = ">=3.20" },
{ name = "flake8", marker = "extra == 'tests'" },
{ name = "isort", marker = "extra == 'tests'" },
{ name = "lit", marker = "extra == 'build'" },
{ name = "llnl-hatchet", marker = "extra == 'tests'" },
{ name = "matplotlib", marker = "extra == 'tutorials'" },
{ name = "numpy", marker = "extra == 'tests'" },
{ name = "pandas", marker = "extra == 'tutorials'" },
{ name = "pytest", marker = "extra == 'tests'" },
{ name = "scipy", marker = "extra == 'tests'", specifier = ">=1.7.1" },
{ name = "tabulate", marker = "extra == 'tutorials'" },
]
provides-extras = ["build", "tests", "tutorials"]
[[package]] [[package]]
name = "typing-extensions" name = "typing-extensions"
version = "4.15.0" version = "4.15.0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment