sunsetsobserver commited on
Commit
04361a7
1 Parent(s): 7bfacad

ALICE test

Browse files
Files changed (1) hide show
  1. train.slurm +2 -2
train.slurm CHANGED
@@ -5,9 +5,9 @@
5
  #SBATCH --mail-type="ALL"
6
  #SBATCH --mem=100M
7
  #SBATCH --time=00:05:00
8
- #SBATCH --partition=testing
9
  #SBATCH --ntasks=1
10
- #SBATCH --cpus-per-task=1
11
 
12
  # load modules (assuming you start from the default environment)
13
  # we explicitly call the modules to improve reproducibility
 
5
  #SBATCH --mail-type="ALL"
6
  #SBATCH --mem=100M
7
  #SBATCH --time=00:05:00
8
+ #SBATCH --partition=gpu-short
9
  #SBATCH --ntasks=1
10
+ #SBATCH --cpus-per-task=4
11
 
12
  # load modules (assuming you start from the default environment)
13
  # we explicitly call the modules to improve reproducibility