update model path for spr perf test (#10687)

* update model path for spr perf test

* revert
This commit is contained in:
Shaojun Liu 2024-04-08 10:21:56 +08:00 committed by GitHub
parent 321bc69307
commit db7c5cb78f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,11 +220,11 @@ jobs:
# hide time info
sed -i 's/str(end - st)/"xxxxxx"/g' run.py
python run.py
cp ./*.csv /models/nightly_perf_cpu
cp ./*.csv /mnt/disk1/models/nightly_perf_cpu
cd ../../../test/benchmark
python -m pip install pandas==1.5.3
python csv_to_html.py -f /models/nightly_perf_cpu
cd /models/nightly_perf_cpu
python csv_to_html.py -f /mnt/disk1/models/nightly_perf_cpu
cd /mnt/disk1/models/nightly_perf_cpu
for f in *.html; do
curl -T "$f" ${LLM_FTP_URL}/llm/nightly_perf/nightly_perf_cpu/
done