When I try to train a peft model with the load_best_model_at_end=True option enabled, it crashes, raising a FileNotFoundError.
Here is the example code as a gist: gist
Error I get: FileNotFoundError: [Errno 2] No such file or directory: 'training_trial/checkpoint-250/pytorch_model.bin'