1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-04-18 06:44:01 +03:00

llama.mak: Update for latest changes (new sources)

This commit is contained in:
Christopher Wellons 2025-04-07 18:09:14 -04:00
parent c99770dfba
commit 2cb1e34b91

View File

@ -17,7 +17,7 @@
# $ make -j$(nproc) -f path/to/w64devkit/contrib/llama.mak
#
# Incremental builds are unsupported, so clean rebuild after pulling. It
# was last tested at b5014, and an update will inevitably break it.
# was last tested at b5074, and an update will inevitably break it.
CROSS =
CPPFLAGS = -w -O2
@ -42,7 +42,9 @@ dll = \
ggml/src/ggml-cpu/ggml-cpu.c.o \
ggml/src/ggml-cpu/ggml-cpu.cpp.o \
ggml/src/ggml-cpu/llamafile/sgemm.cpp.o \
ggml/src/ggml-cpu/ops.cpp.o \
ggml/src/ggml-cpu/unary-ops.cpp.o \
ggml/src/ggml-cpu/vec.cpp.o \
ggml/src/ggml-opt.cpp.o \
ggml/src/ggml-quants.c.o \
ggml/src/ggml-threading.cpp.o \