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 9
9
10
10
Inference of Meta's [ LLaMA] ( https://arxiv.org/abs/2302.13971 ) model (and others) in pure C/C++
11
11
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
-
19
12
## Recent API changes
20
13
21
14
- [ 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
247
240
| [ Vulkan] ( docs/build.md#vulkan ) | GPU |
248
241
| [ CANN] ( docs/build.md#cann ) | Ascend NPU |
249
242
| [ OpenCL] ( docs/backend/OPENCL.md ) | Adreno GPU |
243
+ | [ RPC] ( https://github.com/ggml-org/llama.cpp/tree/master/examples/rpc ) | All |
250
244
251
245
## Building the project
252
246
You can’t perform that action at this time.
0 commit comments