fix: add missing config to schema

This commit is contained in:
NanoCode012
2025-05-13 14:24:33 +07:00
parent 7fa1089cea
commit 6db60ac520

View File

@@ -83,6 +83,7 @@ class AxolotlInputConfig(
# optionally shrink the embeddings when the tokenizer vocab size is smaller
shrink_embeddings: bool | None = None
embeddings_skip_upcast: bool | None = None
random_init_weights: bool | None = None
rl: RLType | None = None
trl: TRLConfig | None = Field(