readme : fix zig build instructions (#2171)

This commit is contained in:
Chad Brewbaker 2023-07-11 11:03:06 -05:00 committed by GitHub
parent 2347463201
commit 917831c63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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