update model path for spr perf test (#10687)
* update model path for spr perf test * revert
This commit is contained in:
parent
321bc69307
commit
db7c5cb78f
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
|
|
@ -220,11 +220,11 @@ jobs:
|
||||||
# hide time info
|
# hide time info
|
||||||
sed -i 's/str(end - st)/"xxxxxx"/g' run.py
|
sed -i 's/str(end - st)/"xxxxxx"/g' run.py
|
||||||
python run.py
|
python run.py
|
||||||
cp ./*.csv /models/nightly_perf_cpu
|
cp ./*.csv /mnt/disk1/models/nightly_perf_cpu
|
||||||
cd ../../../test/benchmark
|
cd ../../../test/benchmark
|
||||||
python -m pip install pandas==1.5.3
|
python -m pip install pandas==1.5.3
|
||||||
python csv_to_html.py -f /models/nightly_perf_cpu
|
python csv_to_html.py -f /mnt/disk1/models/nightly_perf_cpu
|
||||||
cd /models/nightly_perf_cpu
|
cd /mnt/disk1/models/nightly_perf_cpu
|
||||||
for f in *.html; do
|
for f in *.html; do
|
||||||
curl -T "$f" ${LLM_FTP_URL}/llm/nightly_perf/nightly_perf_cpu/
|
curl -T "$f" ${LLM_FTP_URL}/llm/nightly_perf/nightly_perf_cpu/
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue