Update threshold for cpu stable version tests (#10108)
* update threshold * update * test * update * update * revert * revert --------- Co-authored-by: Your Name <Your Email>
This commit is contained in:
parent
63050c954d
commit
5e9710cec4
1 changed files with 10 additions and 2 deletions
|
|
@ -72,7 +72,11 @@ jobs:
|
||||||
cp ./*.csv /models/stable_version_perf_regression_test_cpu/
|
cp ./*.csv /models/stable_version_perf_regression_test_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/stable_version_perf_regression_test_cpu/ -b /models/stable_version_perf_regression_test_cpu/transformer_int4-results-1baseline.csv -t 5.0
|
python csv_to_html.py -f /models/stable_version_perf_regression_test_cpu/ -b /models/stable_version_perf_regression_test_cpu/transformer_int4-results-1baseline.csv -t 10.0
|
||||||
|
cd /models/stable_version_perf_regression_test_cpu/
|
||||||
|
for f in *.html; do
|
||||||
|
curl -T "$f" ${LLM_FTP_URL}/llm/nightly_perf/stable_version_cpu/regression_test/
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
llm-stress-test-on-spr:
|
llm-stress-test-on-spr:
|
||||||
|
|
@ -127,3 +131,7 @@ jobs:
|
||||||
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/stable_version_stress_test_cpu/
|
python csv_to_html.py -f /models/stable_version_stress_test_cpu/
|
||||||
|
# cd /models/stable_version_stress_test_cpu/
|
||||||
|
# for f in *.html; do
|
||||||
|
# curl -T "$f" ${LLM_FTP_URL}/llm/nightly_perf/stable_version_cpu/stress_test/
|
||||||
|
# done
|
||||||
Loading…
Reference in a new issue