mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +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:
@@ -40,11 +40,10 @@ class RDMACommManager:
|
||||
try:
|
||||
import rdma_comm
|
||||
except:
|
||||
logger.error(
|
||||
raise RuntimeError(
|
||||
"The installation of the RDMA library failed."
|
||||
"Confirm whether your network card supports RDMA transmission."
|
||||
)
|
||||
return
|
||||
self.messager = rdma_comm.RDMACommunicator(
|
||||
splitwise_role,
|
||||
gpu_id,
|
||||
|
||||
Reference in New Issue
Block a user