fix llm-performance-test-on-arc bug (#9357)

This commit is contained in:
Shaojun Liu 2023-11-06 10:00:25 +08:00 committed by GitHub
parent 9377b9c5d7
commit 833e4dbc8d

View file

@ -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