Skip to content

Commit 8dd7774

Browse files
Update landing page to include Llama (#6218) (#6259)
* 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 (cherry picked from commit 3e052a8) * Update index.rst * Update getting-started.md --------- Co-authored-by: Mergen Nachin <[email protected]>
1 parent 0f17eb1 commit 8dd7774

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
@@ -60,13 +60,12 @@ Topics in this section will help you get started with ExecuTorch.
6060
ExecuTorch.
6161

6262
.. grid-item-card:: :octicon:`file-code;1em`
63-
ExecuTorch Intermediate Representation API
63+
ExecuTorch Llama
6464
:img-top: _static/img/card-background.svg
65-
:link: ir-exir.html
65+
:link: llm/llama.html
6666
:link-type: url
6767

68-
Learn about EXIR, a graph-based intermediate
69-
representation (IR) of PyTorch programs.
68+
Learn about running Llama models via ExecuTorch
7069

7170
.. toctree::
7271
:glob:
@@ -122,10 +121,11 @@ Topics in this section will help you get started with ExecuTorch.
122121
:caption: Working with LLMs
123122
:hidden:
124123

125-
llm/getting-started
126-
llm/llama-demo-android
127-
llm/build-run-llama3-qualcomm-ai-engine-direct-backend
128-
llm/llama-demo-ios
124+
Llama <llm/llama>
125+
Llama on Android <llm/llama-demo-android>
126+
Llama on iOS <llm/llama-demo-ios>
127+
Llama on Android via Qualcomm backend <llm/build-run-llama3-qualcomm-ai-engine-direct-backend>
128+
Intro to LLMs in ExecuTorch <llm/getting-started>
129129

130130
.. toctree::
131131
: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)