File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- IF NOT exist " setup.py" (
3
+ IF NOT EXIST " setup.py" IF NOT EXIST " pytorch " (
4
4
call internal\clone.bat
5
5
IF ERRORLEVEL 1 goto eof
6
6
)
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- IF NOT exist " setup.py" (
3
+ IF NOT EXIST " setup.py" IF NOT EXIST " pytorch " (
4
4
call internal\clone.bat
5
5
IF ERRORLEVEL 1 goto eof
6
6
)
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- IF NOT exist " setup.py" (
3
+ IF NOT EXIST " setup.py" IF NOT EXIST " pytorch " (
4
4
call internal\clone.bat
5
5
IF ERRORLEVEL 1 goto eof
6
6
)
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- IF NOT exist " setup.py" (
3
+ IF NOT EXIST " setup.py" IF NOT EXIST " pytorch " (
4
4
call internal\clone.bat
5
5
IF ERRORLEVEL 1 goto eof
6
6
)
You can’t perform that action at this time.
0 commit comments