Skip to content

Commit

Permalink
readme : remove obsolete Zig instructions (#7471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jun 4, 2024
1 parent adc9ff3 commit 5ca0944
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,17 +364,6 @@ In order to build llama.cpp you have four different options.
cmake --build build --config Debug
```

- Using `Zig` (version 0.11 or later):

Building for optimization levels and CPU features can be accomplished using standard build arguments, for example AVX2, FMA, F16C,
it's also possible to cross compile for other operating systems and architectures:
```bash
zig build -Doptimize=ReleaseFast -Dtarget=x86_64-windows-gnu -Dcpu=x86_64+avx2+fma+f16c
```
The `zig targets` command will give you valid options to use.
- Using `gmake` (FreeBSD):

1. Install and activate [DRM in FreeBSD](https://wiki.freebsd.org/Graphics)
Expand Down

0 comments on commit 5ca0944

Please sign in to comment.