Skip to content

Commit

Permalink
readme : fix zig build instructions (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrewbaker authored Jul 11, 2023
1 parent 2347463 commit 917831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 917831c

Please sign in to comment.