mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 00:32:26 +00:00
refine
This commit is contained in:
parent
280581a4a3
commit
bbe190a085
3 changed files with 23 additions and 21 deletions
|
|
@ -68,6 +68,7 @@ class TrainingConfig(BaseModel):
|
|||
n_epochs: int
|
||||
max_steps_per_epoch: int
|
||||
gradient_accumulation_steps: int
|
||||
max_validation_steps: int
|
||||
data_config: DataConfig
|
||||
optimizer_config: OptimizerConfig
|
||||
efficiency_config: Optional[EfficiencyConfig] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue