Open main menu

Humanoid Robots Wiki β

Changes

K-Scale Cluster

304 bytes added, 25 May
SLURM Commands
461 compute test.sh ben R 0:37 1 compute-permanent-node-285
</syntaxhighlight>
 
We can cancel an in-progress job by running <code>scancel</code>:
 
<syntaxhighlight lang="bash">
scancel 461
</syntaxhighlight>
 
[https://github.com/kscalelabs/mlfab/blob/master/mlfab/task/launchers/slurm.py#L262-L309 Here is a reference] <code>sbatch</code> script for launching machine learning jobs.
==== Reserving a GPU ====
431
edits