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
# TODO: This was causing the worker start cmd to fail after changing to absolute imports
logger.debug(f"[magenta]{' '.join(launch_cmd)}[/]\n")
subprocess.Popen(
# TODO: This was causing the worker start cmd to fail after changing to absolute imports# Not sure why we needed it in the first place? Would be good to do further testing and see# if it is necessary in some cases.# labels: testing# cwd=get_module_path(),args=" ".join(launch_cmd),
shell=True,
)
575da7478368317a24b6c52c113269b265724651
The text was updated successfully, but these errors were encountered:
This was causing the worker start cmd to fail after changing to absolute imports
Not sure why we needed it in the first place? Would be good to do further testing and see
if it is necessary in some cases.
cwd=get_module_path(),
proxima/proxima/worker/launch_workers.py
Line 169 in 9dc90d2
575da7478368317a24b6c52c113269b265724651
The text was updated successfully, but these errors were encountered: