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
I've been using Joblib for a while now and it's been incredibly useful! I've recently switched to an M1 Macbook and have found some issues and wondering if anyone has seen.
Running the following with Loky backend (default) results in hanging processes, and eventually uses all available RAM on my machine, requiring a force reboot:
I have found that switching to backend="multiprocessing", and moving all Parallel calls to an if __name__ == "__main__" block resolves, but was wondering if anyone has seen this! These problems seem exclusive to the M1 Macbooks and I cannot reproduce on Linux.
I've been using Joblib for a while now and it's been incredibly useful! I've recently switched to an M1 Macbook and have found some issues and wondering if anyone has seen.
Running the following with Loky backend (default) results in hanging processes, and eventually uses all available RAM on my machine, requiring a force reboot:
I have found that switching to
backend="multiprocessing"
, and moving all Parallel calls to anif __name__ == "__main__"
block resolves, but was wondering if anyone has seen this! These problems seem exclusive to the M1 Macbooks and I cannot reproduce on Linux.The text was updated successfully, but these errors were encountered: