#!/bin/bash
#SBATCH --job-name="gpt_13b"
#SBATCH --nodes=30
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=32           # Number of cores per tasks
#SBATCH --exclude=tenant-ac-suno-h100-reserved-220-[001-002]
#SBATCH --nodelist=tenant-ac-suno-h100-reserved-133-001,tenant-ac-suno-h100-reserved-134-[001-002],tenant-ac-suno-h100-reserved-135-001,tenant-ac-suno-h100-reserved-137-[001-002],tenant-ac-suno-h100-reserved-140-[001-002],tenant-ac-suno-h100-reserved-164-001,tenant-ac-suno-h100-reserved-173-001,tenant-ac-suno-h100-reserved-177-002,tenant-ac-suno-h100-reserved-179-002,tenant-ac-suno-h100-reserved-180-[001-002],tenant-ac-suno-h100-reserved-184-002,tenant-ac-suno-h100-reserved-197-002,tenant-ac-suno-h100-reserved-199-001,tenant-ac-suno-h100-reserved-202-002,tenant-ac-suno-h100-reserved-212-002,tenant-ac-suno-h100-reserved-213-001,tenant-ac-suno-h100-reserved-218-001,tenant-ac-suno-h100-reserved-222-001,tenant-ac-suno-h100-reserved-223-001,tenant-ac-suno-h100-reserved-224-002,tenant-ac-suno-h100-reserved-227-002,tenant-ac-suno-h100-reserved-229-002,tenant-ac-suno-h100-reserved-230-001,tenant-ac-suno-h100-reserved-237-001,tenant-ac-suno-h100-reserved-239-002,tenant-ac-suno-h100-reserved-240-001
#SBATCH --gres=gpu:8                 # Number of gpus
#SBATCH --output=/mnt/round-surf/slurm/logs/run_%x_%j.txt   # Set this dir where you want slurm outs to go
#SBATCH --error=/mnt/round-surf/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_13b_tr_andro.sh
