Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#!/bin/bash
#SBATCH -A <allocation_name>
#SBATCH -p gpu
#SBATCH --gres=gpu:a100
#SBATCH --constraint=a100_80gb
#SBATCH -c 4
#SBATCH -t 721:00:00
#SBATCH -J tunertest_selected_settest
#SBATCH -o tunertest.out
#SBATCH -e tunertest.err
#SBATCH --mem=256000

module purge
module load apptainer tensorflow/2.13.0

...