We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6900401 commit 85c82e3Copy full SHA for 85c82e3
pyproject.toml
@@ -94,7 +94,7 @@ mlx = ["mlx"]
94
install = "pip install --editable ."
95
installnnja = "pip install git+https://github.com/brightbandtech/nnja-ai.git"
96
installnat = "pip install natten"
97
-installnatcuda = "pip install natten==0.17.4+torch240cu124 -f https://shi-labs.com/natten/wheels/"
+installnatcuda = "pip install natten==0.20.1+torch270cu128 -f https://whl.natten.org"
98
installpyg = "pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.7.0+cpu.html"
99
installpygcuda = "pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.7.0+cuda128.html"
100
test = "pytest"
0 commit comments