Skip to content

Commit 8d27ef7

Browse files
m9hclaude
andcommitted
Fix Slurm GPU allocation (--gres=gpu:1) and increase walltime to 2h
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cbc404b commit 8d27ef7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/slurm_train_sharf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#SBATCH --job-name=bl1-sharf
33
#SBATCH --partition=gpu
44
#SBATCH --nodes=1
5+
#SBATCH --gres=gpu:1
56
#SBATCH --cpus-per-task=4
67
#SBATCH --mem=32G
7-
#SBATCH --time=01:00:00
8+
#SBATCH --time=02:00:00
89
#SBATCH --output=/data/datasets/bl1/results/sharf_2022/slurm_logs/%x_%A_%a.out
910
#SBATCH --error=/data/datasets/bl1/results/sharf_2022/slurm_logs/%x_%A_%a.err
1011
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)