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
:param log_dir: A directory in which logs should be written, defaults to "./logs"
296
307
:type log_dir: os.PathLike | str, optional
297
-
:param log_level: The logging level, defaults to logging.WARN
298
-
:type log_level: logging._Level, optional
308
+
:param log_spec: TODO
309
+
:type log_spec: TODO
299
310
:param env_vars: A list of environmental variables to be copied from the launcher environment to workers. Allows for bash pattern matching syntax, defaults to ["PATH", "LD_LIBRARY", "LIBRARY_PATH", "PYTHON*", "CUDA*", "TORCH*", "PYTORCH*", "NCCL*"]
300
311
:type env_vars: list[str], optional
301
312
:param env_file: An additional environment file that will be sourced prior to executing ``func``, defaults to None
0 commit comments