From bd7bde0adbdad8c4a1c1eb9f2fd6d7d17cda9540 Mon Sep 17 00:00:00 2001 From: Saood Karim Date: Sat, 8 Feb 2025 04:17:11 -0600 Subject: [PATCH] Fix merge mistake --- ggml/src/ggml-rpc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/src/ggml-rpc.cpp b/ggml/src/ggml-rpc.cpp index e0f0fa05..8c7f767d 100644 --- a/ggml/src/ggml-rpc.cpp +++ b/ggml/src/ggml-rpc.cpp @@ -626,7 +626,6 @@ GGML_CALL static size_t ggml_backend_rpc_get_max_size(ggml_backend_buffer_type_t } GGML_CALL static size_t ggml_backend_rpc_buffer_type_get_alloc_size(ggml_backend_buffer_type_t buft, const ggml_tensor * tensor) { -======= // See comments in init_tensor. if (ggml_is_quantized(tensor->type) && (tensor->ne[0] % 512 != 0) && (tensor->view_src == nullptr)) { ggml_backend_rpc_buffer_type_context * buft_ctx = (ggml_backend_rpc_buffer_type_context *)buft->context;