From: Jiří Podivín Date: Mon, 30 Oct 2023 04:29:41 +0000 (+0100) Subject: gitignore : add ggml-model-f16.bin (#597) X-Git-Tag: upstream/0.0.1642~1208 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4187d353b4611e229a51350a052d2e60182483a3;p=pkg%2Fggml%2Fsources%2Fggml gitignore : add ggml-model-f16.bin (#597) Signed-off-by: Jiri Podivin --- diff --git a/.gitignore b/.gitignore index 35c37674..ff756904 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ zig-cache/ *.sw? __pycache__/ + +# Model files +ggml-model-f16.bin