Skip to content

Commit 47277d6

Browse files
authored
readme : add rpc backend (#12842)
1 parent 6e1c4ce commit 47277d6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99

1010
Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++
1111

12-
> [!IMPORTANT]
13-
> New `llama.cpp` package location: [ggml-org/llama.cpp](https://github.com/ggml-org/llama.cpp/pkgs/container/llama.cpp)
14-
>
15-
> Update your container URLs to: `ghcr.io/ggml-org/llama.cpp`
16-
>
17-
> More info: https://github.com/ggml-org/llama.cpp/discussions/11801
18-
1912
## Recent API changes
2013

2114
- [Changelog for `libllama` API](https://github.com/ggml-org/llama.cpp/issues/9289)
@@ -247,6 +240,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo
247240
| [Vulkan](docs/build.md#vulkan) | GPU |
248241
| [CANN](docs/build.md#cann) | Ascend NPU |
249242
| [OpenCL](docs/backend/OPENCL.md) | Adreno GPU |
243+
| [RPC](https://github.com/ggml-org/llama.cpp/tree/master/examples/rpc) | All |
250244

251245
## Building the project
252246

0 commit comments

Comments
 (0)