Press Run. Go to sleep.
Your campus provides the workspace and available lab computers.
$ nightshift login --server https://YOUR-CAMPUS-SERVER --token YOUR-TOKEN
$ nightshift run --cmd "python train.py" --out outputs --no-wait
$ nightshift results YOUR-JOB-ID login
On an enabled campus workspace, verify your .edu email and choose Connect CLI to create a token. Install the CLI before running these commands.
run
Send your project to an available lab computer. Keep the returned job ID. Each task runs on one machine in a campus-managed container.
results
Download files from your task’s output folder after it finishes. Interrupted tasks restart from the original project bundle.