diff options
author | Chad Brewbaker <crb002@gmail.com> | 2023-07-11 11:03:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 19:03:06 +0300 |
commit | 917831c63a4138814d23da1917bf2b5d5b9faa6c (patch) | |
tree | 9e63784f8fc9e3ae2a68e35f6eb7be8e04c9d218 | |
parent | 2347463201a9f4159ae95b737e1544dd300569c8 (diff) |
readme : fix zig build instructions (#2171)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ In order to build llama.cpp you have three different options. - Using `Zig`: ```bash - zig build -Drelease-fast + zig build -Doptimize=ReleaseFast ``` ### Metal Build |