From 152ab9a280ac56226f96f8d8edbf50314916f1ba Mon Sep 17 00:00:00 2001 From: Songhao Jia Date: Thu, 6 Jun 2024 14:11:31 -0700 Subject: [PATCH] update in llama2 readme (#3879) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3879 as title Reviewed By: mergennachin, mcr229 Differential Revision: D58255429 fbshipit-source-id: 4284461a5926091f145cb193584735d3b7541805 (cherry picked from commit 21a6fe5d139c147bc857699bc6c713d86da63fab) --- examples/models/llama2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/models/llama2/README.md b/examples/models/llama2/README.md index 8254507db1c..bedad2ee109 100644 --- a/examples/models/llama2/README.md +++ b/examples/models/llama2/README.md @@ -76,7 +76,7 @@ You can export and run the original Llama2 7B model. 4. Create tokenizer.bin. ``` - python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin + python -m examples.models.llama2.tokenizer.tokenizer -t -o tokenizer.bin ``` ### Option B: Download and export stories110M model @@ -99,7 +99,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex 4. Create tokenizer.bin. ``` - python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin + python -m examples.models.llama2.tokenizer.tokenizer -t -o tokenizer.bin ``` ### Option C: Download and export Llama3 8B model