cleanup data folder

This commit is contained in:
Benoît Sierro
2023-07-27 11:11:13 +02:00
parent ee1683b107
commit 3d9b4f57f3
16 changed files with 65993 additions and 452 deletions

5
slurm/start_worker.sh Normal file
View 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