mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 10:56:56 +08:00
update galore args
This commit is contained in:
@@ -178,7 +178,7 @@ class GaloreArguments:
|
||||
default=0.25,
|
||||
metadata={"help": "GaLore scale."},
|
||||
)
|
||||
galore_proj_type: Literal["std"] = field(
|
||||
galore_proj_type: Literal["std", "reverse_std", "right", "left", "full"] = field(
|
||||
default="std",
|
||||
metadata={"help": "Type of GaLore projection."},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user