Further update to Windows dGPU perf test (#12233)

This commit is contained in:
Yuwen Hu 2024-10-18 23:20:17 +08:00 committed by GitHub
parent 5935b25622
commit da9270be2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1133,6 +1133,9 @@ jobs:
- name: Prepare igpu perf test (2048-256 int4+fp16)
shell: bash
run: |
if [ ${{ matrix.platform }} == "perf-dgpu" ]; then
sed -i "s/- 'baichuan-inc\/Baichuan2-13B-Chat'/# - 'baichuan-inc\/Baichuan2-13B-Chat'/" python/llm/test/benchmark/igpu-perf/2048-256_int4_fp16.yaml
fi
sed -i 's/1024-128/2048-256/g' python/llm/dev/benchmark/all-in-one/run.py
sed -i 's/{today}_test5/{today}_test1/g' python/llm/dev/benchmark/all-in-one/run.py
sed -i "s/path to your local model hub/$MODEL_HUB_DIR/g" python/llm/test/benchmark/igpu-perf/2048-256_int4_fp16.yaml
@ -1351,7 +1354,6 @@ jobs:
call conda deactivate
# Remove Qwen-VL-Chat on dGPU for 3072-384 tests
- name: Prepare igpu perf test for transformers 4.36 (3072-384 int4+fp16)
if: ${{ matrix.platform == 'perf-igpu' }}
shell: bash