Zaixi commited on
Commit
451972f
·
verified ·
1 Parent(s): 3b2144d

Delete run.slurm

Browse files
Files changed (1) hide show
  1. run.slurm +0 -19
run.slurm DELETED
@@ -1,19 +0,0 @@
1
- #!/bin/bash
2
- #SBATCH -c 16 # Number of cores requested
3
- #SBATCH -t 60:00:00
4
- #SBATCH -p kempner_h100 # Partition to submit to
5
- #SBATCH --account=kempner_mzitnik_lab
6
- #SBATCH --gres=gpu:1
7
- #SBATCH --mem=100G # Memory per node in MB (see also --mem-per-cpu)
8
- #SBATCH --open-mode=append # Append when writing files
9
- #SBATCH -o ./run_logs/run_%j.out
10
- #SBATCH -e ./run_logs/run_%j.err
11
-
12
-
13
- echo "Loading environment..."
14
- #source /n/app/miniconda3/4.10.3/etc/profile.d/conda.sh
15
- source activate pro_new
16
- echo "Running model..."
17
- bash finetune_demo.sh
18
- #sh infer_reg.sh
19
- echo "Done."