Skip to content

Commit

Permalink
chore: Update SLURM training script to specify job name and partition…
Browse files Browse the repository at this point in the history
… for robot_sf training
  • Loading branch information
ll7 committed Sep 17, 2024
1 parent 39c81ae commit 155252e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SLURM/slurm_train.sl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

#SBATCH --job-name=pyton-test-job
#SBATCH --partition=epyc-gpu-test
#SBATCH --time=05:00:00
#SBATCH --job-name=robot-sf
#SBATCH --partition=epyc-gpu
#SBATCH --time=10:00:00

# Request memory per CPU
#SBATCH --mem-per-cpu=2G
Expand Down

0 comments on commit 155252e

Please sign in to comment.