cleanup data folder
This commit is contained in:
5
slurm/start_worker.sh
Normal file
5
slurm/start_worker.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
head /proc/cpuinfo
|
||||
echo "starting ray worker node"
|
||||
ray start --address $1 --redis-password=$2 --num-cpus=$SLURM_CPUS_PER_TASK
|
||||
sleep infinity
|
||||
Reference in New Issue
Block a user