Skip to content

Commit 983ff6d

Browse files
committed
Update on "Add new export LLM config"
[ghstack-poisoned]
1 parent ca9474c commit 983ff6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/models/llama/config/llm_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,7 @@ class BackendConfig:
264264
class LlmConfig:
265265
base: BaseConfig = field(default_factory=BaseConfig)
266266
model: ModelConfig = field(default_factory=ModelConfig)
267+
export: ExportConfig = field(default_factory=ExportConfig)
268+
debug: DebugConfig = field(default_factory=DebugConfig)
267269
quantization: QuantizationConfig = field(default_factory=QuantizationConfig)
268270
backend: BackendConfig = field(default_factory=BackendConfig)

0 commit comments

Comments
 (0)