Closed
Description
Using Linux, latest version of llama.cpp.
make -B LLAMA_CUBLAS=1 LLAMA_DISABLE_LOGS=1
results in
CFLAGS += -DLOG_DISABLE_LOGS
make: CFLAGS: No such file or directory
make: *** [Makefile:281: ggml-cuda.o] Error 127
I suspect the reason why I'm the first one who posted this issue is because few people are aware that since yesterday, llama.cpp has opt-out logging. All text gets stored on users' systems unless explicitly disabled. This is a huge security and privacy concern. Logging should be opt-in only.
Metadata
Metadata
Assignees
Labels
No labels