Skip to content

Commit 4595af7

Browse files
authored
docs: update llama.cpp repo link from ggerganov to ggml-org (#433)
1 parent 1a9aef7 commit 4595af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/llama_cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ logo: /logos/llama_cpp.png
3030

3131
## Introduction
3232

33-
[Llama.cpp](https://github.com/ggerganov/llama.cpp) is a library written in C/C++ for efficient inference of Large Language models. It uses the efficient quantized GGUF format, dramatically reducing memory requirements and accelerating inference. This means it is possible to run LLMs efficiently on standard machines (even without GPUs).
33+
[Llama.cpp](https://github.com/ggml-org/llama.cpp) is a library written in C/C++ for efficient inference of Large Language models. It uses the efficient quantized GGUF format, dramatically reducing memory requirements and accelerating inference. This means it is possible to run LLMs efficiently on standard machines (even without GPUs).
3434

3535
## Installation
3636

0 commit comments

Comments
 (0)