Skip to content

make: *** [Makefile:281: ggml-cuda.o] Error 127, and opt-out logging in llama.cpp. #2940

Closed
@RobertWilliams2

Description

@RobertWilliams2

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions