mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
cleanup 3
This commit is contained in:
parent
39d307b440
commit
43cc71e070
4 changed files with 4 additions and 93 deletions
|
|
@ -65,10 +65,10 @@ def add_training_args(parser: argparse.ArgumentParser) -> None:
|
|||
group.add_argument(
|
||||
"--optimizer",
|
||||
type=str,
|
||||
choices=["adamw", "adamw_8bit", "adamw_cpu", "adafactor"],
|
||||
choices=["adamw", "adamw_8bit", "adafactor"],
|
||||
default="adamw_8bit",
|
||||
help="Optimizer: 'adamw' (full precision), 'adamw_8bit' (8-bit states), "
|
||||
"'adamw_cpu' (CPU offload), 'adafactor' (no momentum)",
|
||||
"'adafactor' (no momentum)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--device",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue