-
Notifications
You must be signed in to change notification settings - Fork 13
Finetuned lora example #99
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
c56a54f to
0f5a1cd
Compare
7b5a7d4 to
48a7ceb
Compare
58bec02 to
5b4fa50
Compare
| path = program-data-separation/cpp/executorch | ||
| url = https://github.com/pytorch/executorch.git | ||
| branch = release/0.7 | ||
| branch = main |
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.
do you wanna have a specific tag?
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.
Maybe good for now? Add a tag for 1.0.1 or 1.0.2 ?
| The ExecuTorch-trained adapter model has domain knowledge of ExecuTorch codebase, whereas the Nobel-prize trained adapter model does not. | ||
|
|
||
| ## Demo video | ||
| https://github.com/meta-pytorch/executorch-examples/tree/main/program-data-separation/cpp/lora_example/lora_demo_3.mov |
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.
Instead of having a raw link, do this?
[Watch video](https://...)
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.
Updated, so it should embed the video (like whisper)
5b4fa50 to
6a8158b
Compare
6a8158b to
069b4a6
Compare
| The ExecuTorch-trained adapter model has domain knowledge of ExecuTorch codebase, whereas the Nobel-prize trained adapter model does not. | ||
|
|
||
| ## Demo video | ||
| https://github.com/user-attachments/assets/34f5488d-c1e3-4613-953f-f53745c9b01e |
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.
This should embed the video
Add unsloth finetuned example.
Works well on latest main after pytorch/executorch#15254