mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 09:51:19 +08:00
Fix final message at end of flux training (#1143)
This commit is contained in:
parent
1fd6aae871
commit
ed91bbc4dc
@ -289,4 +289,4 @@ if __name__ == "__main__":
|
|||||||
tic = time.time()
|
tic = time.time()
|
||||||
|
|
||||||
save_adapters("final_adapters.safetensors", flux, args)
|
save_adapters("final_adapters.safetensors", flux, args)
|
||||||
print(f"Training successful. Saved final weights to {args.adapter_file}.")
|
print("Training successful.")
|
||||||
|
Loading…
Reference in New Issue
Block a user