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
hitting this error on an M1 mac while running lab train:
libc++abi: terminating due to uncaught exception of type std::runtime_error: [METAL] Command buffer execution failed: Insufficient Memory (00000008:kIOGPUCommandBufferCallbackErrorOutOfMemory)
Tried increasing the VRAM with sudo sysctl 'debug.iogpu.wired_limit=12345' and still saw the same issue.
There seems to be a memory spike that kills the process:
hitting this error on an M1 mac while running lab train:
libc++abi: terminating due to uncaught exception of type std::runtime_error: [METAL] Command buffer execution failed: Insufficient Memory (00000008:kIOGPUCommandBufferCallbackErrorOutOfMemory)Tried increasing the VRAM with
sudo sysctl 'debug.iogpu.wired_limit=12345'and still saw the same issue.There seems to be a memory spike that kills the process: