Skip to content

Commit 0cd23b9

Browse files
lucylqpytorchbot
authored andcommitted
Update llama readme, use main branch for llama3 (#3861)
Summary: Pull Request resolved: #3861 Use main branch for llama3. Looks like the warning was removed in D56358723 ? See: #3850 Reviewed By: larryliu0820 Differential Revision: D58212855 fbshipit-source-id: 82cc28e6e54946487dc00b00a3ec4c5f3e3f4e29 (cherry picked from commit c350075)
1 parent 0089b03 commit 0cd23b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/models/llama2/README.md

+3-2
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://ai.meta.com/llama/) 7B 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

55
For Llama2, please refer to [the llama's github page](https://github.com/facebookresearch/llama) for details.
@@ -104,7 +104,8 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
104104
105105
### Option C: Download and export Llama3 8B model
106106
107-
You can export and run the original Llama3 8B model.
107+
You can export and run the original Llama 3 8B instruct model.
108+
> :warning: **use the main branch**: Llama 3 is only supported on the ExecuTorch main branch (not release 2.0)
108109
109110
1. Llama3 pretrained parameters can be downloaded from [Meta's official llama3 repository](https://github.com/meta-llama/llama3/).
110111

0 commit comments

Comments
 (0)