mirror of
https://github.com/antirez/gguf-tools.git
synced 2025-09-16 09:38:08 +08:00
FP16 added. Split-mixtral improved.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
||||
all: gguf-tools
|
||||
|
||||
gguf-tools: gguf-tools.c gguflib.c gguflib.h sds.c sds.h sdsalloc.h
|
||||
$(CC) gguf-tools.c gguflib.c sds.c \
|
||||
gguf-tools: gguf-tools.c gguflib.c gguflib.h sds.c sds.h sdsalloc.h fp16.h
|
||||
$(CC) gguf-tools.c gguflib.c sds.c fp16.c \
|
||||
-g -ggdb -Wall -W -pedantic -O2 -o gguf-tools
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user