Skip to content

issues for sft saving path #623

Open
@lolipopshock

Description

@lolipopshock

Basically the current finetune.py creates a new folder for each run (and the folder is dependent on the time); as a result, it makes the resume from checkpoint logic useless: the get_last_checkpoint_path(args) will always look at an empty folder.

args.output_dir = os.path.join(args.output_dir, args.run_name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions