in src/pydolphinscheduler/tasks/pytorch.py [0:0]
def __init__(
self,
name: str,
script: str,
script_params: str = "",
project_path: str | None = DEFAULT.project_path,
is_create_environment: bool | None = DEFAULT.is_create_environment,
python_command: str | None = DEFAULT.python_command,
python_env_tool: str | None = "conda",
requirements: str | None = "requirements.txt",
conda_python_version: str | None = "3.7",
*args,
**kwargs,