Skip to content

Commit 0bf2ea4

Browse files
committed
Update on "Add new export LLM config"
Differential Revision: [D75263991](https://our.internmc.facebook.com/intern/diff/D75263991) [ghstack-poisoned]
2 parents 3fb93fe + 3d874cc commit 0bf2ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/config/llm_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class LlmConfig:
469469
backend: BackendConfig = field(default_factory=BackendConfig)
470470

471471
def __post_init__(self):
472-
self._validate_low_bit_no_xnnpack()
472+
self._validate_low_bit()
473473

474474
def _validate_low_bit(self):
475475
if not self.quantization.qmode:

0 commit comments

Comments
 (0)