We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb93fe + 3d874cc commit 0bf2ea4Copy full SHA for 0bf2ea4
examples/models/llama/config/llm_config.py
@@ -469,7 +469,7 @@ class LlmConfig:
469
backend: BackendConfig = field(default_factory=BackendConfig)
470
471
def __post_init__(self):
472
- self._validate_low_bit_no_xnnpack()
+ self._validate_low_bit()
473
474
def _validate_low_bit(self):
475
if not self.quantization.qmode:
0 commit comments