Fix config override bug by recreating LMs after load_state

This commit is contained in:
2026-01-24 02:29:59 -08:00
parent 761579391a
commit 8e1657921f

View File

@@ -301,5 +301,4 @@ if __name__ == "__main__":
agent.push_to_hub(
MODAIC_REPO_PATH,
commit_message="Fix config override bug by recreating LMs after load_state",
branch="main"
)