Skip to content

Commit

Permalink
Further update to Windows dGPU perf test (#12237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Oct 21, 2024
1 parent da9270b commit ea5154d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,9 @@ jobs:
- name: Prepare igpu perf test (3072-384 int4+fp16)
shell: bash
run: |
if [ ${{ matrix.platform }} == "perf-dgpu" ]; then
sed -i "s/- 'meta-llama\/Llama-2-13b-chat-hf'/# - 'meta-llama\/Llama-2-13b-chat-hf'/" python/llm/test/benchmark/igpu-perf/3072-384_int4_fp16.yaml
fi
sed -i 's/2048-256/3072-384/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/3072-384_int4_fp16.yaml
Expand Down Expand Up @@ -1542,6 +1545,9 @@ jobs:
- name: Prepare igpu perf test (4096-512 int4+fp16)
shell: bash
run: |
if [ ${{ matrix.platform }} == "perf-dgpu" ]; then
sed -i "s/- 'meta-llama\/Llama-2-13b-chat-hf'/# - 'meta-llama\/Llama-2-13b-chat-hf'/" python/llm/test/benchmark/igpu-perf/4096-512_int4_fp16.yaml
fi
sed -i 's/3072-384/4096-512/g' python/llm/dev/benchmark/all-in-one/run.py
if [ ${{ matrix.platform }} == "perf-igpu" ]; then
sed -i 's/{today}_test5/{today}_test1/g' python/llm/dev/benchmark/all-in-one/run.py
Expand Down

0 comments on commit ea5154d

Please sign in to comment.