]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : remove obsolete Zig instructions (#7471)
authorGeorgi Gerganov <redacted>
Tue, 4 Jun 2024 16:43:01 +0000 (19:43 +0300)
committerGeorgi Gerganov <redacted>
Tue, 4 Jun 2024 16:43:01 +0000 (19:43 +0300)
README.md

index 8680460aab7004da025aacd976942788f521dfeb..1f2d9b1f235542855342a7b666900dd263bd05ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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)