Skip to content

Commit c8d04be

Browse files
xuechendimichalkuligowski
authored andcommitted
update profile.sh
Signed-off-by: Chendi Xue <[email protected]>
1 parent d71470e commit c8d04be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/profile.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
cur_path=$(pwd)
3-
HABANA_PROFILE_WRITE_HLTV=1 HABANA_PROFILE=profile_api \
4-
VLLM_PT_PROFILE=decode_128_2048_t \
5-
python ${cur_path}/run_example_tp.py
3+
HABANA_PROFILE_WRITE_HLTV=1 HABANA_PROFILE=1 \
4+
HABANA_PROF_CONFIG=${cur_path}/profile_api_trace_analyzer.json \
5+
VLLM_PT_PROFILE=decode_16_4000_t \
6+
python ${cur_path}/run_hpu_example.py

0 commit comments

Comments
 (0)