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

9
slurm/start_head.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo "starting ray head node"
# Launch the head node
ray start --head --node-ip-address=$1 --port=6379 --redis-password=$2 --num-cpus=$SLURM_CPUS_PER_TASK --dashboard-host=127.0.0.1
sleep infinity