#!/bin/bash
#SBATCH --job-name="eval_loss"
#SBATCH --nodes=2
##SBATCH --nodelist=compute-h100-ord-node-[63,127-128,181,195,311,327,384,421,423,445,478,573,587,609,613,695,725,745,792,809,937,969,975,996,1009]
#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 run_eval_loss_2b_val.sh
