Skip to content

Commit 3e052a8

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Update landing page to include Llama (#6231)
Summary: Pull Request resolved: #6231 We should promote llama page more and demote the LLM Manual. allow-large-files bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: dvorjackz Differential Revision: D64375318 fbshipit-source-id: a6b07de4735691b5230e51ec7bc1957ce9a4463f
1 parent 11eeec7 commit 3e052a8

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

docs/source/index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ Topics in this section will help you get started with ExecuTorch.
5656
ExecuTorch.
5757

5858
.. grid-item-card:: :octicon:`file-code;1em`
59-
ExecuTorch Intermediate Representation API
59+
ExecuTorch Llama
6060
:img-top: _static/img/card-background.svg
61-
:link: ir-exir.html
61+
:link: llm/llama.html
6262
:link-type: url
6363

64-
Learn about EXIR, a graph-based intermediate
65-
representation (IR) of PyTorch programs.
64+
Learn about running Llama models via ExecuTorch
6665

6766
.. toctree::
6867
:glob:
@@ -118,10 +117,11 @@ Topics in this section will help you get started with ExecuTorch.
118117
:caption: Working with LLMs
119118
:hidden:
120119

121-
llm/getting-started
122-
llm/llama-demo-android
123-
llm/build-run-llama3-qualcomm-ai-engine-direct-backend
124-
llm/llama-demo-ios
120+
Llama <llm/llama>
121+
Llama on Android <llm/llama-demo-android>
122+
Llama on iOS <llm/llama-demo-ios>
123+
Llama on Android via Qualcomm backend <llm/build-run-llama3-qualcomm-ai-engine-direct-backend>
124+
Intro to LLMs in Executorch <llm/getting-started>
125125

126126
.. toctree::
127127
:glob:

docs/source/llm/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting Started with LLMs via ExecuTorch
1+
# Intro to LLMs in Executorch
22

33
Welcome to LLM Manual! This manual is designed to provide a practical example to leverage
44
ExecuTorch in onboarding your own Large Language Models (LLMs). Our primary goal is to offer
@@ -13,6 +13,8 @@ We encourage users to use this project as a starting point and adapt it to their
1313
which includes creating your own versions of the tokenizer, sampler, acceleration backends, and
1414
other components. We hope this project serves as a useful guide in your journey with LLMs and ExecuTorch.
1515

16+
For deploying Llama with optimal performance, please see [Llama guide](./llama.md).
17+
1618
### Table Of Contents
1719

1820

docs/source/llm/llama.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Llama on ExecuTorch
2+
3+
See
4+
[Llama readme](https://github.com/pytorch/executorch/blob/main/examples/models/llama2/README.md)
5+
for detailed information about running Llama on ExecuTorch.

0 commit comments

Comments
 (0)