Merged
Conversation
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
for more information, see https://pre-commit.ci
wenhuach21
reviewed
Nov 21, 2025
auto_round/compressors/base.py
Outdated
| if layer_name not in layer_inputs: | ||
| if self.act_bits < 16 and not self.act_dynamic: | ||
| logger.warning( | ||
| f"Due to insufficient resources: act_max hook for layer '{layer_name}' is unavailable. " |
Contributor
There was a problem hiding this comment.
support it via block-wise forward, please refer to auto-scheme code. @xin3he could you take this task?
Contributor
There was a problem hiding this comment.
if there are quantized layers outside the blocks, we could switch to this mode
Contributor
Author
There was a problem hiding this comment.
if there are quantized layers outside the blocks, we could switch to this mode
this happens within _quantize_layers function, which only for outside of block layers. don't understand what switching to this mode means.
Contributor
There was a problem hiding this comment.
AutoScheme provide an advanced way that could calibrate all the layers in the model with block-wise forward
wenhuach21
reviewed
Nov 24, 2025
wenhuach21
reviewed
Nov 24, 2025
…ntel/auto-round into support_mxfp_nvfp_lmhead_quant
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
…rt_mxfp_nvfp_lmhead_quant
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
…ntel/auto-round into support_mxfp_nvfp_lmhead_quant
for more information, see https://pre-commit.ci
wenhuach21
reviewed
Nov 27, 2025
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
…ntel/auto-round into support_mxfp_nvfp_lmhead_quant
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.
related issue: #1040