From 97a1cd05395e4ab36f197384774bbf79d26a4971 Mon Sep 17 00:00:00 2001 From: zanussbaum Date: Wed, 19 Apr 2023 18:13:24 -0400 Subject: [PATCH] chore: delete unused --- create_hostname.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 create_hostname.sh 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