Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ def _handle_ignore_group_size_fallback(
log_message = (
f"Group-wise quantization with group size {self._group_size} can't be applied to some nodes. "
"They will be ignored and kept with original precision.\n"
"Consider setting group_size_fallback_mode to ADJUST, which enables automatic adjustment "
"to smaller group size values."
"Consider changing group size value or setting group size fallback parameter to ADJUST, which enables "
"automatic adjustment to smaller group size values."
)
nncf_logger.warning(f"{log_message} Nodes:\n\t" + "\n\t".join(log_lines))

Expand Down