Skip to content

Conversation

@minettekaum
Copy link
Contributor

Description

Added x fast and ipex llm to Pruna.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

It has been tested in as the other algorithms.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link

@cursor cursor bot left a 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

Copy link
Member

@johannaSommer johannaSommer left a 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]`` "
Copy link
Member

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",
Copy link
Member

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

@johannaSommer johannaSommer changed the title Compilation Algorithms feat: add compilation algorithms Nov 27, 2025
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

This PR has been inactive for 10 days and is now marked as stale.

@github-actions github-actions bot added the stale label Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants