From 154ee3fa8143a22add1d079bc21dca66c2d56d7b Mon Sep 17 00:00:00 2001 From: Dong Wang Date: Thu, 7 Dec 2023 19:40:44 -0800 Subject: [PATCH] fix typo --- examples/hf_llama_conversion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hf_llama_conversion/README.md b/examples/hf_llama_conversion/README.md index 75d2f628a..3aa50702a 100644 --- a/examples/hf_llama_conversion/README.md +++ b/examples/hf_llama_conversion/README.md @@ -11,7 +11,7 @@ python convert_llama_weights_from_hf.py --model-path meta-llama/Llama-2-70b-chat ``` ## Step 1: Run inference -Checkout the offical llama inference [repo](https://github.com/facebookresearch/llama). Test using chat or text completion. +Checkout the official llama inference [repo](https://github.com/facebookresearch/llama). Test using chat or text completion. ``` torchrun --nproc_per_node 8 example_chat_completion.py --ckpt_dir ./test70Bf --tokenizer_path ${llama_2_dir}/tokenizer.model ```