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