increase pissa_iter for stability

Former-commit-id: 64f4337daca4c914d86a7181dd582508688383cd
This commit is contained in:
hiyouga 2024-06-28 03:18:54 +08:00
parent cba994b9dc
commit b0acd27114

View File

@ -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(