Skip to content

Commit

Permalink
update source config
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jan 5, 2025
1 parent 3f5046d commit 7509e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ priority = "primary"

[[tool.poetry.source]]
name = "pytorch"
priority = "secondary"
priority = "supplemental"
url = "https://download.pytorch.org/whl/cu124"

[[tool.poetry.source]]
name = "pytorch-nightly"
priority = "secondary"
priority = "supplemental"
url = "https://download.pytorch.org/whl/nightly/cu124"

[[tool.poetry.source]]
Expand Down

0 comments on commit 7509e80

Please sign in to comment.