From f4b16e10199fb670f2d4ab1e610954f8271a4715 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:00:25 +0800 Subject: [PATCH] fix llm-performance-test-on-arc bug (#9357) --- .github/workflows/llm_performance_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index 2ea1610093f..0492a637685 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -135,10 +135,10 @@ jobs: export https_proxy=${HTTPS_PROXY} python run.py curl -T ./*.csv ${LLM_FTP_URL}/llm/ggml-actions/perf/ - cp ./*.csv /mnt/disk1/nightly_perf/ + cp ./*.csv /mnt/disk1/nightly_perf_gpu/ cd ../../../test/benchmark - python csv_to_html.py -f ../../dev/benchmark/all-in-one - cp ./*.html /mnt/disk1/nightly_perf/ + python csv_to_html.py -f /mnt/disk1/nightly_perf_gpu/ + llm-performance-test-on-spr: needs: llm-cpp-build