-
Notifications
You must be signed in to change notification settings - Fork 74
feat: add compilation algorithms #443
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: main
Are you sure you want to change the base?
Conversation
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.
Comment @cursor review or bugbot run to trigger another review on this PR
johannaSommer
left a comment
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.
Looks supergood already, just had two quick comments! 🌻😊
| runs_on: list[str] = ["cpu"] | ||
| compatible_before: list[str] = ["half"] | ||
| required_install = ( | ||
| "``pip install pruna[intel]`` " |
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.
I think this extra is missing from the pyproject toml, we would still need to add this
| compatible_before: list[str | AlgorithmTag] = [ | ||
| "quanto", | ||
| "half", | ||
| "text_to_text_lora", |
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.
Algorithms in Pruna should not specify compatibility with algorithms in pruna pro, as those wont be visible on the Pruna repo -> we can just remove all algorithms from this list that are not in Pruna
|
This PR has been inactive for 10 days and is now marked as stale. |
Description
Added x fast and ipex llm to Pruna.
Type of Change
How Has This Been Tested?
It has been tested in as the other algorithms.
Checklist