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
In a nutshell: random file descriptors are being closed during the Vulkan's backend initialization, so sometimes fd 1 gets closed, inhibiting the output of commands like llama-bench.
I was able to work around it by first duplicating the stdout descriptor to a backup, then duplicating it back afterwards. Probably not worth including into ggml, unless a lot of people are affected by this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Just a heads-up:
vkEnumerateInstanceExtensionProperties calls close on invalid bytes
In a nutshell: random file descriptors are being closed during the Vulkan's backend initialization, so sometimes fd 1 gets closed, inhibiting the output of commands like llama-bench.
I was able to work around it by first duplicating the stdout descriptor to a backup, then duplicating it back afterwards. Probably not worth including into ggml, unless a lot of people are affected by this.
Beta Was this translation helpful? Give feedback.
All reactions