rankaiyx and GitHub
92e60231da
fix(rpc): update ggml_backend_cuda_init to 3-arg signature ( #2084 )
...
Commit 75a5f6d0 (Per model CUDA contexts) added a third parameter
"model" to ggml_backend_cuda_init, but rpc-server was missed.
The RPC server creates backends at startup before any model is
loaded, so passing nullptr for the model parameter is correct: the
RPC server acts as a pure compute proxy and does not host models
locally. The nullptr serves as the context grouping key in
all_ctx, which is sufficient since all RPC backends in the same
process share the same group for multi-GPU reduce operations.
Fixes: cmake build failure with GGML_CUDA=ON + GGML_RPC=ON
2026-07-06 09:26:45 +02:00
..
2024-08-12 15:14:32 +02:00
2026-02-13 19:04:55 +01:00
2026-02-13 19:04:55 +01:00
2024-07-27 07:55:01 +02:00
2026-04-23 09:05:39 +02:00
2026-02-13 19:04:55 +01:00
2026-06-24 18:29:32 +02:00
2024-07-27 07:55:01 +02:00
2026-02-13 19:04:55 +01:00
2026-06-24 08:57:19 +02:00
2025-07-02 08:49:42 +02:00
2026-03-09 11:03:33 +01:00
2024-07-27 07:55:01 +02:00
2024-07-27 07:55:01 +02:00
2026-03-02 08:43:47 +01:00
2026-02-13 19:04:55 +01:00
2026-06-17 18:40:02 +02:00
2026-02-13 19:04:55 +01:00
2024-06-13 00:41:52 +01:00
2026-04-16 08:54:44 +02:00
2024-07-27 07:55:01 +02:00
2024-07-27 07:55:01 +02:00
2026-02-13 19:04:55 +01:00
2026-02-13 19:04:55 +01:00
2026-03-09 11:03:33 +01:00
2024-07-27 07:55:01 +02:00
2026-06-25 10:18:32 +02:00
2026-02-13 19:04:55 +01:00
2026-04-22 10:04:13 +02:00
2026-02-13 19:04:55 +01:00
2026-06-22 16:36:34 +02:00
2026-05-17 13:59:56 +03:00
2026-05-24 07:30:44 +03:00
2026-02-13 19:04:55 +01:00
2026-07-06 09:26:45 +02:00
2026-02-26 06:51:18 +01:00
2026-06-29 08:30:05 +02:00
2026-02-13 19:04:55 +01:00
2026-05-09 08:36:38 +03:00
2026-03-24 07:49:40 +01:00
2024-08-12 15:14:32 +02:00
2026-02-13 19:04:55 +01:00
2024-06-13 00:41:52 +01:00
2023-03-29 20:21:09 +03:00
2024-06-13 00:41:52 +01:00
2024-06-13 00:41:52 +01:00
2024-06-13 00:41:52 +01:00
2024-06-13 00:41:52 +01:00
2025-09-27 08:45:29 +02:00
2024-07-27 07:55:01 +02:00
2024-07-27 07:55:01 +02:00
2026-04-22 10:04:13 +02:00
2024-01-23 08:51:27 +02:00
2023-08-30 09:50:55 +03:00
2024-06-13 00:41:52 +01:00
2024-07-27 07:55:01 +02:00
2024-07-27 07:55:01 +02:00
2024-06-13 00:41:52 +01:00
2024-07-27 07:55:01 +02:00
2024-07-27 07:55:01 +02:00
2024-06-13 00:41:52 +01:00
2024-04-12 19:43:38 +01:00