Skip to content

Commit da07e46

Browse files
authored
docs: update llama.cpp build docs link (abetlen#2056)
docs: update llama.cpp build docs link (abetlen#2056)
1 parent 8687122 commit da07e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip install llama-cpp-python \
5959

6060
### Installation Configuration
6161

62-
`llama.cpp` supports a number of hardware acceleration backends to speed up inference as well as backend specific options. See the [llama.cpp README](https://github.com/ggerganov/llama.cpp#build) for a full list.
62+
`llama.cpp` supports a number of hardware acceleration backends to speed up inference as well as backend specific options. See the [llama.cpp README](https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md) for a full list.
6363

6464
All `llama.cpp` cmake build options can be set via the `CMAKE_ARGS` environment variable or via the `--config-settings / -C` cli flag during installation.
6565

0 commit comments

Comments
 (0)