File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 99
1010Inference 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
You can’t perform that action at this time.
0 commit comments