fix save issue (#6279)

Co-authored-by: Tong Li <tong.li35271158@gmail.com>
This commit is contained in:
Tong Li 2025-04-27 17:54:06 +08:00 committed by GitHub
parent 38008858e4
commit 28795f560c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ class GRPOConsumer(BaseConsumer):
model_config,
plugin_config,
minibatch_size,
save_interval=save_interval,
save_dir=save_dir,
)
path = model_config.pop("path")