Skip to content

Conversation

@BrandonGroth
Copy link
Collaborator

Description of the change

This PR fixes a warning issued by llmcompressor for a deprecated import.

Related issues or PRs

Closes #145

How to verify the PR

Run fp8 example. No deprecated import warning should appear.

Checklist for passing CI/CD:

  • All commits are signed showing "Signed-off-by: Name <email@domain.com>" with git commit -signoff or equivalent
  • PR title and commit messages adhere to Conventional Commits
  • Contribution is formatted with tox -e fix
  • Contribution passes linting with tox -e lint
  • Contribution passes spellcheck with tox -e spellcheck
  • Contribution passes all unit tests with tox -e unit

Note: CI/CD performs unit tests on multiple versions of Python from a fresh install. There may be differences with your local environment and the test environment.

Signed-off-by: Brandon Groth <brandon.m.groth@gmail.com>
@BrandonGroth BrandonGroth self-assigned this Jul 3, 2025
@BrandonGroth BrandonGroth merged commit 1945e07 into foundation-model-stack:main Jul 3, 2025
12 checks passed
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.

Deprecation warning with llmcompressor

2 participants