Skip to content

Commit

Permalink
remove cutensor
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 20, 2024
1 parent 279b2d4 commit 8bc07b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_pyproject_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def parse_args():
dependencies += ["custatevec-cu12"]

if backend == "lightning_tensor":
dependencies += ["cutensornet-cu12", "cutensor-cu12>=2.0.2", "nvidia-cusolver-cu12"]
dependencies += ["cutensornet-cu12", "nvidia-cusolver-cu12"]

if backend in ("lightning_gpu", "lightning_tensor"):
dependencies += [
Expand Down

0 comments on commit 8bc07b4

Please sign in to comment.