Skip to content

Commit f07062f

Browse files
authored
Temporarily change ERRORLEVEL check (#12201)
1 parent 68354f5 commit f07062f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llm_performance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ jobs:
662662
move ..\..\..\test\benchmark\igpu-perf\32-32_int4_fp16.yaml config.yaml
663663
set PYTHONIOENCODING=utf-8
664664
python run.py >> %CSV_SAVE_PATH%\32-32_int4_fp16\log\%LOG_FILE% 2>&1
665-
if %ERRORLEVEL% neq 0 (exit /b 1)
665+
if %ERRORLEVEL% neq 0 if %ERRORLEVEL% neq -1073740791 (exit /b 1)
666666
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test1
667667
if %ERRORLEVEL% neq 0 (exit /b 1)
668668

0 commit comments

Comments
 (0)