Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwang218 committed Dec 8, 2023
1 parent 7cd241b commit 154ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hf_llama_conversion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 154ee3f

Please sign in to comment.