From 7509e8078a123a6e3df75dc15e7ec884cce7bfe9 Mon Sep 17 00:00:00 2001 From: bghira Date: Sun, 5 Jan 2025 11:53:16 -0600 Subject: [PATCH] update source config --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 940cef7..bcaf897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]]