#!/bin/bash
#SBATCH --job-name="gpt_30b"
#SBATCH --nodes=55
#SBATCH --nodelist=compute-h100-ord-node-[65,127-128,169,171,181,195,209,261,282,289,309,311,323,327,338,376,378,384,406-407,410,421,423,445,475,478,508,573-574,587,609,613,664,695,725,728,745,763,771,792,809,817,822,849,866,898,928,937,953,958,969,975,978,996]
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=64           # Number of cores per tasks
#SBATCH --gres=gpu:8                 # Number of gpus
#SBATCH --output=/app/suno/slurm/logs/run_%x_%j.txt   # Set this dir where you want slurm outs to go
#SBATCH --error=/app/suno/slurm/logs/run_%x_%j_err.txt    # Set this dir where you want slurm outs to go

# setup the environment using the script we created before

srun -K1 run.sh
