-
Notifications
You must be signed in to change notification settings - Fork 615
Export LLM documentation revamp #12381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: export-llm-docs
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12381
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6af121b with merge base dd4488d ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
89e52e9
to
0ffe50a
Compare
0ffe50a
to
dc267a8
Compare
dc267a8
to
e9a94cf
Compare
docs/source/llm/getting-started.md
Outdated
@@ -1,871 +1,22 @@ | |||
# Intro to LLMs in Executorch | |||
# Exporting LLMs to Executorch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this page called "Exporting"? Shouldn't this be high-level than just export? Presumably, you'll talk about runtime etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about just "Deploying LLM using ExecuTorch"?
863c3b1
to
8753f2b
Compare
8753f2b
to
6af121b
Compare
Summary
Structure:
export-custom-llm.md
, with the runner sections removed to add to therun-with-c-plus-plus.md
export-llm.md
page for exporting LLMs withexport_llm
API