Revert "[Bugfix] Fix activation quantization dispatch for WNA4Int/WNA8Int" (#48785)#49032
Draft
vllm-agent wants to merge 1 commit into
Draft
Revert "[Bugfix] Fix activation quantization dispatch for WNA4Int/WNA8Int" (#48785)#49032vllm-agent wants to merge 1 commit into
vllm-agent wants to merge 1 commit into
Conversation
…8Int (vllm-project#48785)" This reverts commit ab3c1ae.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #48785 ("[Bugfix] Fix activation quantization dispatch for WNA4Int/WNA8Int").
Reason: This PR is linked to 1 new nightly CI failure in build #78700:
LM Eval Humming Act fp8/int8 (H100 - TEMPORARY)The
Qwen3-4B-mixed-quant-RTN-hummingserver crashed at startup (profile_run) with anAssertionErrorin the humming WNA4Int kernel dispatch (assert meta.a_dtype in cls.b4_allowed_dtypes), triggered fromCompressedTensorsWNA4Int.apply_weights. This PR modified exactly the files/functions in the crash traceback (compressed_tensors_wNa4.py,humming_utils.py).Failure is deterministic (server startup crash), not an infra/flaky issue.
Auto-generated by CI failure analyzer.