diff --git a/create_hostname.sh b/create_hostname.sh deleted file mode 100644 index 8a9187f2..00000000 --- a/create_hostname.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -export WORKER_IP=$1 -N_GPUS=8 -# create dir if doesn't exist -sudo mkdir -p /job -printf "localhost slots=$N_GPUS\n$WORKER_IP slots=$N_GPUS" | sudo tee /job/hostfile -echo /job/hostfile \ No newline at end of file