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
After the job succeeds, run sky jobs logs $id to check the job logs, it only shows the logs for the first task:
├── Waiting for task resources on 1 node.
└── Job started. Streaming logs... (Ctrl-C to exit log streaming; job will not be killed)
(setup pid=1504) running setup for train
(train, pid=1504) running commands for train
(train, pid=1504) train done
The text was updated successfully, but these errors were encountered:
Launch a managed job pipeline with the following yaml:
After the job succeeds, run
sky jobs logs $id
to check the job logs, it only shows the logs for the first task:The text was updated successfully, but these errors were encountered: