-
Notifications
You must be signed in to change notification settings - Fork 551
Export a lora model #11045
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: gh/lucylq/83/base
Are you sure you want to change the base?
Export a lora model #11045
Conversation
^ Program+data combined currently, using the lora linear definition. Differential Revision: [D75153377](https://our.internmc.facebook.com/intern/diff/D75153377/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11045
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New FailuresAs of commit aac7fd6 with merge base 6a8d286 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
^ Program+data combined currently, using the lora linear definition. Differential Revision: [D75153377](https://our.internmc.facebook.com/intern/diff/D75153377/) ghstack-source-id: 285402970 Pull Request resolved: #11045
This pull request was exported from Phabricator. Differential Revision: D75153377 |
adapter_checkpoint = {} | ||
adapter_config = {} | ||
adapter_checkpoint_path = kwargs.get("adapter_checkpoint", None) | ||
if adapter_checkpoint_path: |
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.
nit: use os.exists or similar from Path?
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.
tests?
Stack from ghstack (oldest at bottom):
^
Program+data combined currently, using the lora linear definition.
Differential Revision: D75153377