Skip to content

Commit

Permalink
Further update to Windows dGPU perf test (#12233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Oct 18, 2024
1 parent 5935b25 commit da9270b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da9270b

Please sign in to comment.