mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
iclr 2026 (3)
This commit is contained in:
parent
4b1e00fcce
commit
ad18d38374
10 changed files with 996 additions and 64 deletions
|
|
@ -149,6 +149,11 @@ if __name__ == "__main__":
|
|||
type=float,
|
||||
default=1.0,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--flip_ctx_inp",
|
||||
action="store_true",
|
||||
help="Flip the order of context and input",
|
||||
)
|
||||
|
||||
cli_args = vars(parser.parse_args())
|
||||
# setup_logging(output_dir, debug=os.getenv("DEBUG", False))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue