You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use extra index to download pytorch binaries (#2253)
* Use extra index to download pytorch binaries
---------
Signed-off-by: Eli Uriegas <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>
Copy file name to clipboardExpand all lines: requirements.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
# --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.
1
2
# Refer to ./jenkins/build.sh for tutorial build instructions
0 commit comments