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.
1 parent 41c9234 commit bcb09b5Copy full SHA for bcb09b5
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