mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +08:00
update galore args
Former-commit-id: 0ac6b40a4772b61a3476bb74b976d24c408a2c35
This commit is contained in:
parent
5b50458acf
commit
2235020cc9
@ -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."},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user