Skip to content

Conversation

@dpalmasan
Copy link
Contributor

@dpalmasan dpalmasan commented Mar 11, 2025

Differential Revision: D70977130

  • Add support to fine-tune llama
  • Add a config example to fine-tune llama 3.2 1B

@pytorch-bot
Copy link

pytorch-bot bot commented Mar 11, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9149

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 579ec45 with merge base ea2029d (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 11, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

if not isinstance(logits, list):
labels = labels.reshape(-1)
logits = logits.reshape(-1, logits.size(-1))
return self.loss(logits, labels)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we return the prediction too?

dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 12, 2025
Summary:

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Differential Revision: D70977130
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 12, 2025
Summary:

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Differential Revision: D70977130
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 12, 2025
Summary:
Pull Request resolved: pytorch#9149

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Differential Revision: D70977130
dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 19, 2025
Summary:

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Differential Revision: D70977130
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 19, 2025
Summary:
Pull Request resolved: pytorch#9149

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Differential Revision: D70977130
dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 30, 2025
Summary:

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Reviewed By: lucylq

Differential Revision: D70977130
dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 30, 2025
Summary:
Pull Request resolved: pytorch#9149

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Reviewed By: lucylq

Differential Revision: D70977130
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

dpalmasan added a commit to dpalmasan/executorch that referenced this pull request Mar 30, 2025
Summary:

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Reviewed By: lucylq

Differential Revision: D70977130
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

dpalmasan pushed a commit to dpalmasan/executorch that referenced this pull request Mar 31, 2025
Summary:

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Reviewed By: lucylq

Differential Revision: D70977130
Summary:
Pull Request resolved: pytorch#9149

* Add support to fine-tune llama
* Add a config example to fine-tune llama 3.2 1B

Reviewed By: lucylq

Differential Revision: D70977130
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70977130

@facebook-github-bot facebook-github-bot merged commit f95d42f into pytorch:main Apr 1, 2025
90 checks passed
kirklandsign pushed a commit that referenced this pull request Apr 11, 2025
Differential Revision: D70977130

Pull Request resolved: #9149
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported topic: not user facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants