From 37e43fe2eff1c8abcbd152dff56d77ac2e99f175 Mon Sep 17 00:00:00 2001 From: ATMxsp01 Date: Tue, 9 Jul 2024 16:59:07 +0800 Subject: [PATCH] filter some errorlevel --- .github/workflows/llm_performance_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index 6897a370ec2..330c8f05aa3 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -699,7 +699,7 @@ jobs: move ..\..\..\test\benchmark\igpu-perf\32-32_int4_fp16_438.yaml config.yaml set PYTHONIOENCODING=utf-8 python run.py >> %CSV_SAVE_PATH%\32-32_int4_fp16\log\%LOG_FILE% 2>&1 - if %ERRORLEVEL% neq 0 (exit /b 1) + if %ERRORLEVEL% neq 0 if %ERRORLEVEL% neq -1073740791 (exit /b 1) call conda deactivate