#!/bin/bash
#SBATCH --job-name="ipo_test"
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=8
#SBATCH --cpus-per-task=4           # Number of cores per tasks
#SBATCH --gres=gpu:8                 # Number of gpus
#SBATCH --output=/home/victor/neon/sunoGPT/slurm-%j.out   # Set this dir where you want slurm outs to go
#SBATCH --error=/home/victor/neon/sunoGPT/slurm-%j.err    # Set this dir where you want slurm outs to go

# setup the environment using the script we created before

srun -K1 /home/victor/neon/sunoGPT/slurm_scripts/test_ipo_victor.sh





