chore: delete unused

This commit is contained in:
zanussbaum 2023-04-19 18:13:24 -04:00
parent 29c7ac7f73
commit 97a1cd0539

View File

@ -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