We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd2389 commit 02fc56eCopy full SHA for 02fc56e
cuda80.bat
@@ -1,5 +1,9 @@
1
@echo off
2
3
+IF /I "%~1" == "/y" (
4
+ set NO_PROMPT=1
5
+)
6
+
7
IF NOT EXIST "setup.py" IF NOT EXIST "pytorch" (
8
call internal\clone.bat
9
cd ..
0 commit comments