From c2b9b5e8f658e7fb1b44427cdd542fd5e07678fc Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 28 Oct 2025 18:50:42 +0800 Subject: [PATCH] docs(go): fix typo in readme. --- bindings/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/README.md b/bindings/go/README.md index 9d832096512..278d77e35a8 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -68,7 +68,7 @@ To build using cuda support add `GGML_CUDA=1`: GGML_CUDA=1 make examples ``` -The examples are placed in the `build` directory. Once built, you can download all the models with the following command: +The examples are placed in the `build_go` directory. Once built, you can download all the models with the following command: ```bash ./build/go-model-download -out models