docs(go): fix typo in readme.
This commit is contained in:
parent
f16c12f3f5
commit
c2b9b5e8f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue