Skip to content

fix: gptq and llmcompressor tests#231

Merged
johannaSommer merged 1 commit intomainfrom
fix/gptq-llmcompressor-tests
Jul 11, 2025
Merged

fix: gptq and llmcompressor tests#231
johannaSommer merged 1 commit intomainfrom
fix/gptq-llmcompressor-tests

Conversation

@johannaSommer
Copy link
Copy Markdown
Member

Description

This PR attempts to fix failing gptq and llmcompressor tests.
GPTQ: RuntimeError: CUDA error: no kernel image is available for execution on the device --> indicates that the device for the nightly tests might not be compatible with this method and we should mark it as "high"
LLMCompressor: TypeError: unhashable type: 'weakref.CallableProxyType' --> fixed by not wrapping input model into weakref

Related Issue

None.

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?

Ran tests locally

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

Additional Notes

None.

Copy link
Copy Markdown
Member

@johnrachwan123 johnrachwan123 left a comment

Choose a reason for hiding this comment

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

LGTM, I will take some to investigate this on my side as well

@johannaSommer johannaSommer merged commit f1771d2 into main Jul 11, 2025
6 checks passed
@johannaSommer johannaSommer deleted the fix/gptq-llmcompressor-tests branch July 11, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants