From 9122ddecc9c81ac5e2e00601b409008425de0ce9 Mon Sep 17 00:00:00 2001 From: ngxson Date: Fri, 5 Jul 2024 12:09:00 +0200 Subject: [PATCH] add link to build docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585a791ef..686fc85c2 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ Here are the end-to-end binary build and model conversion steps for most support ### Basic usage Firstly, you need to get the binary. There are different methods that you can follow: -- Method 1: Clone this repository and build locally +- Method 1: Clone this repository and build locally, see [how to build](./docs/build.md) - Method 2: If you are using MacOS or Linux, you can install llama.cpp via [brew, flox or nix](./docs/install.md) - Method 3: Use a Docker image, see [documentation for Docker](./docs/docker.md) - Method 4: Download pre-built binary from [releases](https://github.com/ggerganov/llama.cpp/releases)