Skip to content

Commit

Permalink
Move cuda import
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Feb 6, 2025
1 parent e68ec92 commit b9a650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slurm/evaluate.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#SBATCH --err=./logs/%x-%j.err
#SBATCH --requeue

set -x -e

# Specific configuration optimized for the Hugging Face Compute Cluster
# Be ye warned this may not work on other clusters!
module load cuda/12.4

set -x -e

source ~/.bashrc
source openr1/bin/activate

Expand Down

0 comments on commit b9a650f

Please sign in to comment.