Skip to content

Commit 88c2407

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Fix typo
Reviewed By: helunwencser Differential Revision: D63413588 fbshipit-source-id: 70b079b458b30b5b3696e0537e36386298cad78b
1 parent 52d5218 commit 88c2407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Llama 2 7B performance was measured on the Samsung Galaxy S22, S24, and OnePlus
9696

9797
### Option A: Download and export Llama3.2 1B/3B model.
9898

99-
1. Download `consolidated.00.pth`, `params.json` and `tokenizer.model` from [Llama website](https://www.llama.com/llama-downloads/) or (Hugging Face)[https://huggingface.co/meta-llama/Llama-3.2-1B]. For chat use-cases, download the instruct models.
99+
1. Download `consolidated.00.pth`, `params.json` and `tokenizer.model` from [Llama website](https://www.llama.com/llama-downloads/) or [Hugging Face](https://huggingface.co/meta-llama/Llama-3.2-1B). For chat use-cases, download the instruct models.
100100

101101
2. Export model and generate `.pte` file. Use original bfloat16 version, without any quantization.
102102

0 commit comments

Comments
 (0)