hotfix for missing outputs params (#1333)
Browse files
src/axolotl/utils/config/models/input/v0_4_1/__init__.py
CHANGED
@@ -336,6 +336,7 @@ class WandbConfig(BaseModel):
|
|
336 |
# pylint: disable=too-many-public-methods,too-many-ancestors
|
337 |
class AxolotlInputConfig(
|
338 |
ModelInputConfig,
|
|
|
339 |
LoraConfig,
|
340 |
ReLoRAConfig,
|
341 |
HyperparametersConfig,
|
|
|
336 |
# pylint: disable=too-many-public-methods,too-many-ancestors
|
337 |
class AxolotlInputConfig(
|
338 |
ModelInputConfig,
|
339 |
+
ModelOutputConfig,
|
340 |
LoraConfig,
|
341 |
ReLoRAConfig,
|
342 |
HyperparametersConfig,
|