mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00
Unify server-side and model-side Config (Part3) (#3047)
* merge model config * fix arch * fix rl
This commit is contained in:
@@ -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.parallel_config.model_name_or_path,
|
||||
self.model_config.model,
|
||||
f"model_state.tp0{self.meta_src_id}.pdparams",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user