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 68354f5 commit f07062fCopy full SHA for f07062f
.github/workflows/llm_performance_tests.yml
@@ -662,7 +662,7 @@ jobs:
662
move ..\..\..\test\benchmark\igpu-perf\32-32_int4_fp16.yaml config.yaml
663
set PYTHONIOENCODING=utf-8
664
python run.py >> %CSV_SAVE_PATH%\32-32_int4_fp16\log\%LOG_FILE% 2>&1
665
- if %ERRORLEVEL% neq 0 (exit /b 1)
+ if %ERRORLEVEL% neq 0 if %ERRORLEVEL% neq -1073740791 (exit /b 1)
666
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test1
667
if %ERRORLEVEL% neq 0 (exit /b 1)
668
0 commit comments