From 917df6c5dc9906ed33a6dd3e56fbb2baa6e8763f Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 15 Mar 2023 11:08:52 -0700 Subject: [PATCH 1/3] Use extra index to download pytorch binaries Signed-off-by: Eli Uriegas --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7f6760428f5..f7bc2238f86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +--extra-index-url https://download.pytorch.org/whl/cu117/index.html # Refer to ./jenkins/build.sh for tutorial build instructions sphinx==5.0.0 From 2b90ad253d2c96f52c99f8025245fb80968882a7 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 15 Mar 2023 11:33:17 -0700 Subject: [PATCH 2/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7bc2238f86..d41ee9a9125 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ---extra-index-url https://download.pytorch.org/whl/cu117/index.html +--extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version. # Refer to ./jenkins/build.sh for tutorial build instructions sphinx==5.0.0 From b8cdb14d7dc1e84eeca86dd918ff23b8cb75ffe4 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 17 Mar 2023 13:14:24 -0700 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d41ee9a9125..5927005a8e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ---extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version. +# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version. # Refer to ./jenkins/build.sh for tutorial build instructions sphinx==5.0.0