#!/bin/bash
#SBATCH --job-name="gpt_tagging_cl2"
#SBATCH --nodes=1
#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/%x_%j.out   # Set this dir where you want slurm outs to go
#SBATCH --error=/app/suno/slurm/logs/%x_%j.err    # Set this dir where you want slurm outs to go

# setup the environment using the script we created before

cd /home/minz/glockenspiel/sunoGPT/scripts/
srun -K1 run_textualize.sh
