#!/bin/bash
#SBATCH --job-name="dpo_4rvq"
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=8
#SBATCH --cpus-per-task=14           # Number of cores per tasks
#SBATCH --gres=gpu:8                 # Number of gpus
#SBATCH --output=/home/tony/slurm/logs/run_%x_%j.txt   # Set this dir where you want slurm outs to go
#SBATCH --error=/home/tony/slurm/logs/run_%x_%j_err.txt    # Set this dir where you want slurm outs to go

# 4RVQ DPO Training - crow_t1_v51_4rvq

srun -K1 run_dpo_4rvq_crow_v51_test.sh

