Skip to content

Commit 38e1168

Browse files
lucylqfacebook-github-bot
authored andcommitted
Update llama readme, use main branch for llama3
Summary: Use main branch for llama3. Looks like the warning was removed in D56358723 ? See: #3850 Differential Revision: D58212855
1 parent 7bb2c58 commit 38e1168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/llama2/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Summary
2-
This example demonstrates how to run a [Llama 2] (https://llama.meta.com/llama2/) 7B or [Llama 3](https://ai.meta.com/llama/) 8B model on mobile via ExecuTorch. We use XNNPACK to accelerate the performance and 4-bit groupwise PTQ quantization to fit the model on a phone.
2+
This example demonstrates how to run a [Llama 2](https://llama.meta.com/llama2/) 7B or [Llama 3](https://ai.meta.com/llama/) 8B model on mobile via ExecuTorch. We use XNNPACK to accelerate the performance and 4-bit groupwise PTQ quantization to fit the model on a phone.
33

44
For more details, see [Llama 2 repo](https://github.com/facebookresearch/llama) or [Llama 3 repo](https://github.com/facebookresearch/llama3).
55

@@ -107,6 +107,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
107107
### Option C: Download and export Llama 3 8B instruct model
108108
109109
You can export and run the original Llama 3 8B instruct model.
110+
> :warning: **use the main branch**: Llama 3 is only supported on the ExecuTorch main branch (not release 2.0)
110111
111112
1. Llama 3 pretrained parameters can be downloaded from [Meta's official Llama 3 repository](https://github.com/meta-llama/llama3/).
112113

0 commit comments

Comments
 (0)