ipex-llm
ipex-llm copied to clipboard
enable rpc for multi nodes
For llama cpp sycl backend, please help to enable rpc for multiple nodes.
-DGGML_RPC=ON Please refer to : https://github.com/ggml-org/llama.cpp/tree/master/tools/rpc
The native RPC of llama cpp is supported, but not released. We are developing a new RPC node for hybrid devices to enable one node with two backend type.
cool, look forward to try the new release with RPC, thanks!