Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmeda14960 committed Nov 12, 2024
1 parent 5408c75 commit c82302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levanter/main/sft.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DatasetType(str, Enum):


@dataclass
class SFTConfig):
class SFTConfig:
# inherit most of the config from TrainLmConfig
trainer: TrainerConfig = field(default_factory=TrainerConfig)
model: LmConfig = field(default_factory=LlamaConfig)
Expand Down

0 comments on commit c82302c

Please sign in to comment.