diff --git a/tuning/trainercontroller/callback.py b/tuning/trainercontroller/callback.py index 8cb20993d8..89ab4df933 100644 --- a/tuning/trainercontroller/callback.py +++ b/tuning/trainercontroller/callback.py @@ -590,7 +590,6 @@ def on_save( hf_converted_path = os.path.join(base_path, "hf_converted_checkpoint") if os.path.isdir(hf_converted_path): - kwargs["path"] = hf_converted_path kwargs["hf_path"] = hf_converted_path else: kwargs["hf_path"] = base_path