-
Notifications
You must be signed in to change notification settings - Fork 199
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
Feat (brevitas_examples/llm): remove dependencies from optimum-amd #1094
Conversation
Please also remove |
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.
Remove single unused import. I think the rest are required.
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.
Just a few more references then LGTM!
src/brevitas_examples/llm/README.md:- optimum-amd (install from main)
tests/brevitas_examples/test_llm.py:# LLM example depends on optimum-amd, which requires PyTorch>=2.2
Reason for this PR
Remove circular dependencies between brevitas and optimum-amd
Changes Made in this PR
Brevitas now implements all the functions required for the LLM entrypoint.
Testing Summary
Risk Highlight
Checklist
dev
branch.