Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable ggml logging? #433

Open
mrwilby opened this issue Sep 23, 2023 · 1 comment
Open

How to disable ggml logging? #433

mrwilby opened this issue Sep 23, 2023 · 1 comment

Comments

@mrwilby
Copy link

mrwilby commented Sep 23, 2023

I read that when using metal acceleration, ggml may emit logging. How can we disable this? It's overwhelming all the other output from my program making it difficult to see what's important (to me).

During inferencing I see lines such as:

... ggml_metal_graph_compute_block_invoke: encoding node 543, op = MUL_MAT ...

Is it possible to disable this somehow?

@LLukas22
Copy link
Contributor

The logging is generated from the ggml side and there is currently no way to disable it, with the upcoming ggml update it should be gone but it's currently unstable on macos. See #428.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants