├── examples ├── mnist_pytorch_trainable.py └── tune_basic_example.py ├── start-head.sh ├── start-worker.sh ├── submit-ray-cluster.sbatch └── submit-ray-cluster.sbatch_shifter /examples/mnist_pytorch_trainable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/slurm-ray-cluster/HEAD/examples/mnist_pytorch_trainable.py -------------------------------------------------------------------------------- /examples/tune_basic_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/slurm-ray-cluster/HEAD/examples/tune_basic_example.py -------------------------------------------------------------------------------- /start-head.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/slurm-ray-cluster/HEAD/start-head.sh -------------------------------------------------------------------------------- /start-worker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/slurm-ray-cluster/HEAD/start-worker.sh -------------------------------------------------------------------------------- /submit-ray-cluster.sbatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/slurm-ray-cluster/HEAD/submit-ray-cluster.sbatch -------------------------------------------------------------------------------- /submit-ray-cluster.sbatch_shifter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/slurm-ray-cluster/HEAD/submit-ray-cluster.sbatch_shifter --------------------------------------------------------------------------------