mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
update galore args
Former-commit-id: c7479a7976f773feb36aab4fdb0500be53d83b6a
This commit is contained in:
parent
b5187e4104
commit
a0b2d41dc5
@ -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