mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 17:24:57 +02:00
cont : fix
This commit is contained in:
@@ -324,6 +324,7 @@ bool socket_t::impl::rdma_probe() {
|
||||
|
||||
GGML_LOG_INFO("RDMA probe: device %s port %u: GID[%d] type=%s gid=%s\n",
|
||||
matched_dev, rdma_local.ib_port, gid_idx, rdma_gid_type_str((enum ibv_gid_type) gid_version),
|
||||
rdma_gid_to_string(target_gid->data()).c_str());
|
||||
|
||||
rdma = std::make_unique<rdma_conn>();
|
||||
rdma->ctx = ibctx;
|
||||
|
||||
Reference in New Issue
Block a user