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
Celery has the ability to share variables between workers. This might be a work around. But does qcluster have global variables? https://stackoverflow.com/a/70618882
I get the following error when a qcluster worker attempts to use CUDA:
Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method
How I can get around this error?
The text was updated successfully, but these errors were encountered: