Dong Wang 1 year ago
parent
commit
d915814ed9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/hf_llama_conversion/README.md

+ 1 - 1
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
 ```