Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pg56714 committed Jan 22, 2025
1 parent 4f9fb31 commit eaafb98
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,15 @@ version = "0.0.1"
sana-run = "sana.cli.run:main"
sana-upload = "sana.cli.upload2hf:main"

[project.optional-dependencies]
[tool.uv.sources]
torch = {index = "pytorch-cu121"}
torchaudio = {index = "pytorch-cu121"}
torchvision = {index = "pytorch-cu121"}

[project.urls]

[tool.pip]
extra-index-url = ["https://download.pytorch.org/whl/cu121"]
[[tool.uv.index]]
explicit = true
name = "pytorch-cu121"
url = "https://download.pytorch.org/whl/cu121"

# [tool.black]
# line-length = 120
Expand Down

0 comments on commit eaafb98

Please sign in to comment.