mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 22:02:51 +08:00
increase pissa_iter for stability
Former-commit-id: 64f4337daca4c914d86a7181dd582508688383cd
This commit is contained in:
parent
cba994b9dc
commit
b0acd27114
@ -113,7 +113,7 @@ class LoraArguments:
|
|||||||
metadata={"help": "Whether or not to initialize a PiSSA adapter."},
|
metadata={"help": "Whether or not to initialize a PiSSA adapter."},
|
||||||
)
|
)
|
||||||
pissa_iter: int = field(
|
pissa_iter: int = field(
|
||||||
default=4,
|
default=16,
|
||||||
metadata={"help": "The number of iteration steps performed by FSVD in PiSSA. Use -1 to disable it."},
|
metadata={"help": "The number of iteration steps performed by FSVD in PiSSA. Use -1 to disable it."},
|
||||||
)
|
)
|
||||||
pissa_convert: bool = field(
|
pissa_convert: bool = field(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user