获取P节点的Server IP。
std::string GetPrefillAddr() const;
无。
mindie_llm::InferRequestId runtimeReqId(0); std::shared_ptr<mindie_llm::InferRequest> runtimeRequest(runtimeReqId); string prefillAddr= ""; runtimeRequest->SetPrefillAddr(prefillAddr); string addr = runtimeRequest->GetPrefillAddr();
P节点的Server IP。