From 671cb256c34383e42ef6b8cb0df96e8f56b255f8 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 1 Aug 2025 13:53:35 -0400 Subject: [PATCH] Use https://download.pytorch.org/whl/variant --- crates/uv-distribution-types/src/index_url.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/uv-distribution-types/src/index_url.rs b/crates/uv-distribution-types/src/index_url.rs index 774ecb205..0b4e842b2 100644 --- a/crates/uv-distribution-types/src/index_url.rs +++ b/crates/uv-distribution-types/src/index_url.rs @@ -27,9 +27,8 @@ static DEFAULT_INDEX: LazyLock = LazyLock::new(|| { )))) }); -static VARIANT_URL: LazyLock = LazyLock::new(|| { - DisplaySafeUrl::parse("https://download.pytorch.org/whl/test/variant").unwrap() -}); +static VARIANT_URL: LazyLock = + LazyLock::new(|| DisplaySafeUrl::parse("https://download.pytorch.org/whl/variant").unwrap()); static VARIANT_INDEX: LazyLock = LazyLock::new(|| { Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(