Skip to content

Commit

Permalink
fix llm-performance-test-on-arc bug (intel-analytics#9357)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Nov 6, 2023
1 parent dde1a9c commit f4b16e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4b16e1

Please sign in to comment.