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 90ab30b commit 3892d5bCopy full SHA for 3892d5b
examples/models/llama/config/llm_config.py
@@ -264,5 +264,7 @@ class BackendConfig:
264
class LlmConfig:
265
base: BaseConfig = field(default_factory=BaseConfig)
266
model: ModelConfig = field(default_factory=ModelConfig)
267
+ export: ExportConfig = field(default_factory=ExportConfig)
268
+ debug: DebugConfig = field(default_factory=DebugConfig)
269
quantization: QuantizationConfig = field(default_factory=QuantizationConfig)
270
backend: BackendConfig = field(default_factory=BackendConfig)
0 commit comments