Skip to content

Commit 33b005f

Browse files
authored
Update tokenizer arg to use tokenizer dir (#110)
1 parent 5f85241 commit 33b005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Popular_Models_Guide/Llama2/trtllm_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ genai-perf \
355355
--output-tokens-mean 100 \
356356
--output-tokens-stddev 0 \
357357
--output-tokens-mean-deterministic \
358-
--tokenizer hf-internal-testing/llama-tokenizer \
358+
--tokenizer /Llama-2-7b-hf/ \
359359
--concurrency 1 \
360360
--measurement-interval 4000 \
361361
--profile-export-file my_profile_export.json \

0 commit comments

Comments
 (0)