-
Notifications
You must be signed in to change notification settings - Fork 531
Migrate java api: LlamaModule -> LlmModule #9478
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
Conversation
Next step: rename other llama to llm
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9478
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit 2e9ae2b with merge base 079e54e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
LGTM
*/ | ||
@Experimental | ||
@Deprecated |
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.
Since this was already tagged as experimental to begin with, we should just delete this altogether with 0.6 release. We don't need to keep for two releases, like we do with stable APIs.
https://pytorch.org/executorch/main/api-life-cycle.html#api-life-cycle
Differential Revision: D71588845 Pull Request resolved: pytorch#9478
No description provided.