mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
fix
This commit is contained in:
@@ -63,6 +63,10 @@ class TrainPipelineConfig(HubMixin):
|
|||||||
scheduler: LRSchedulerConfig | None = None
|
scheduler: LRSchedulerConfig | None = None
|
||||||
eval: EvalConfig = field(default_factory=EvalConfig)
|
eval: EvalConfig = field(default_factory=EvalConfig)
|
||||||
wandb: WandBConfig = field(default_factory=WandBConfig)
|
wandb: WandBConfig = field(default_factory=WandBConfig)
|
||||||
|
# Accelerate configuration for multi-GPU training
|
||||||
|
use_accelerate: bool = False
|
||||||
|
gradient_accumulation_steps: int = 1
|
||||||
|
mixed_precision: str = "no" # Options: "no", "fp16", "bf16"
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
self.checkpoint_path = None
|
self.checkpoint_path = None
|
||||||
|
|||||||
Reference in New Issue
Block a user