mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[PD Disaggregation] Support PD deployment of DeepSeekv3. (#5251)
* Support deepseekv3 cache transfer for PD deploy * clean some log info --------- Co-authored-by: K11OntheBoat <“ruianmaidanglao@163.com”>
This commit is contained in:
@@ -755,8 +755,9 @@ class LLMEngine:
|
||||
local_data_parallel_size=self.cfg.parallel_config.data_parallel_size,
|
||||
)
|
||||
)
|
||||
ctx = multiprocessing.get_context("spawn")
|
||||
self.dp_processed.append(
|
||||
multiprocessing.Process(
|
||||
ctx.Process(
|
||||
target=start_data_parallel_service,
|
||||
args=(
|
||||
self.cfg,
|
||||
|
||||
Reference in New Issue
Block a user