fix llm-performance-test-on-arc bug (#9357)
This commit is contained in:
parent
9377b9c5d7
commit
833e4dbc8d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/llm_performance_tests.yml
vendored
6
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue