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
Copy file name to clipboardExpand all lines: paddle/fluid/inference/api/demo_ci/run_windows_demo.bat
+8-8
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,12 @@ if /i "%use_gpu%"=="Y" (
65
65
setuse_gpu=N
66
66
)
67
67
68
-
rem set_path_vs_command_prompt
68
+
rem set_path_vs_command_prompt
69
69
:set_vcvarsall_dir
70
70
SET /P vcvarsall_dir="Please input the path of visual studio command Prompt, such as C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat =======>"
71
71
settmp_var=!vcvarsall_dir!
72
72
call:remove_space
73
-
setvcvarsall_dir=!tmp_var!
73
+
setvcvarsall_dir=!tmp_var!
74
74
IFNOTEXIST"%vcvarsall_dir%" (
75
75
echo"------------%vcvarsall_dir% not exist------------"
76
76
goto set_vcvarsall_dir
@@ -104,18 +104,18 @@ if EXIST "%source_path%\%model_name%.tar.gz" (
104
104
SET /P python_path="Please input the path of python.exe, such as C:\Python37\python.exe =======>"
105
105
settmp_var=!python_path!
106
106
call:remove_space
107
-
setpython_path=!tmp_var!
107
+
setpython_path=!tmp_var!
108
108
if"!python_path!"=="" (
109
109
setpython_path=python.exe
110
110
) else (
111
111
ifNOTexist"!python_path!" (
112
-
echo"------------!python_path! not exist------------"
112
+
echo"------------!python_path! not exist------------"
0 commit comments