Skip to content

Commit

Permalink
Merge pull request meta-llama#14 from meta-llama/update-examples
Browse files Browse the repository at this point in the history
update in the instruction tuned model example
  • Loading branch information
ruanslv authored Apr 17, 2024
2 parents decc61e + 8fb3895 commit b5c744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Examples using llama-3-8b-chat:
```
torchrun --nproc_per_node 1 example_chat_completion.py \
--ckpt_dir llama-3-8b-prerelease-instruct/ \
--ckpt_dir 8b_instruction_tuned/ \
--tokenizer_path tokenizer.model \
--max_seq_len 512 --max_batch_size 6
```
Expand Down

0 comments on commit b5c744f

Please sign in to comment.