You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: