You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make minor updates to LLM guide setup instructions (#2940)
Summary:
Minor updates to the prerequisite section of the LLM getting started guide. Passing -s to pyenv install prevents a prompt if python 3.10 is already installed (it will just silently continue in this case when the flag is passed). Additionally, under pyenv, we should be using python, not python3. I also added a little bit of wording on env management.
Pull Request resolved: #2940
Test Plan: Ran LLM guide prerequisite section on an m1 mac with pyenv-virtualenv.
Reviewed By: byjlw
Differential Revision: D55913382
Pulled By: GregoryComer
fbshipit-source-id: 7f04262b025db83b8621c972c90d3cdc3f029377
xnnpack_backend) # Provides the XNNPACK CPU acceleration backend
427
+
428
+
```
429
+
412
430
For more information, see the ExecuTorch guides for the [XNNPACK Backend](https://pytorch.org/executorch/stable/tutorial-xnnpack-delegate-lowering.html)
413
431
and [CoreML Backend](https://pytorch.org/executorch/stable/build-run-coreml.html).
0 commit comments