Further update to Windows dGPU perf test (#12233)
This commit is contained in:
parent
5935b25622
commit
da9270be2d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/llm_performance_tests.yml
vendored
4
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue