fix some bug (#3434)

This commit is contained in:
gaoziyuan
2025-08-18 14:39:13 +08:00
committed by GitHub
parent a12d0bc549
commit 6fdd83da10
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ class DynamicWeightManager:
def _update_ipc_snapshot(self):
"""Update using IPC snapshot strategy for elastic recovery."""
model_path = os.path.join(
self.model_config.model,
self.fd_config.model_config.model,
f"model_state.tp0{self.meta_src_id}.pdparams",
)