We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba49fd5 commit 55a737cCopy full SHA for 55a737c
scripts/train/newtrainer-frontier.sh
@@ -7,9 +7,10 @@
7
#SBATCH -t 02:00:00
8
9
module reset
10
-module load PrgEnv-gnu
11
-module load olcf-container-tools
12
-module load apptainer-enable-mpi
+module load PrgEnv-gnu/8.6.0
+module load rocm/6.3
+module load craype-accel-amd-gfx90a
13
+module load miniforge3/23.11.0-0
14
15
# Run in offline mode to make sure it doesn't timeout loading the model
16
export TRANSFORMERS_OFFLINE=1
0 commit comments