Skip to content

Commit ccce5fa

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Update README.md to ask user to double check python env (#3782)
Summary: As titled. Pull Request resolved: #3782 Reviewed By: tarun292, mcr229 Differential Revision: D57983213 Pulled By: larryliu0820 fbshipit-source-id: 4a845122cd5d7c94d697932e356e6c5f786014cf
1 parent e650dd9 commit ccce5fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/models/llama2/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ Llama 2 7B performance was measured on the Samsung Galaxy S22, S24, and OnePlus
5555
- For Llama 2 7B, your device may require at least 32GB RAM. If this is a constraint for you, please try the smaller stories model.
5656

5757
## Step 1: Setup
58+
> :warning: **double check your python environment**: make sure `conda activate <VENV>` is run before all the bash and python scripts.
59+
5860
1. Follow the [tutorial](https://pytorch.org/executorch/main/getting-started-setup) to set up ExecuTorch. For installation run `./install_requirements.sh --pybind xnnpack`
5961
2. Run `examples/models/llama2/install_requirements.sh` to install a few dependencies.
6062

63+
6164
## Step 2: Prepare model
6265

6366
### Option A: Download and export Llama 2 7B model

0 commit comments

Comments
 (0)