Skip to content

Conversation

@mergennachin
Copy link
Contributor

@mergennachin mergennachin commented Dec 10, 2024

Summary

Please add a Fixes #7265 line.

Test plan

Follow readme page for exporting Llama3_2 models (base, instruct, and quantized models).

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 10, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit fc7e2de with merge base 343aa0c (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 Dec 10, 2024
@mergennachin mergennachin added the release notes: examples Changes to any of our example LLMs integrations, such as Llama3 and Llava label Dec 10, 2024
**params,
)

if self.args.model_name == "llama3_2":
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if self.args.model_name == "llama3_2":
if self.args.model == "llama3_2":

Copy link
Contributor

Choose a reason for hiding this comment

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

Should also leave comment that all Llama > 3.2 probably needs this too, would also be good to do this in a way st we don't need to remember to update this when we add new models, maybe if self.args.model not in ["llama2", "llama3.1", ...]

Also comment that this only applies to non-TT models

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good suggestions

@facebook-github-bot
Copy link
Contributor

@mergennachin has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot merged commit 957259e into main Dec 11, 2024
52 checks passed
@facebook-github-bot facebook-github-bot deleted the fix_rope branch December 11, 2024 15:34
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. release notes: examples Changes to any of our example LLMs integrations, such as Llama3 and Llava

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants