Skip to content

Commit

Permalink
reduced workspace, since Marian crashes training with larger workspac…
Browse files Browse the repository at this point in the history
…es (this might be fixed in newer marian versions)
  • Loading branch information
TommiNieminen committed Mar 8, 2023
1 parent c47022c commit 583e56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profiles/slurm-puhti-test/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config:
- root=/scratch/project_2006944/pipeline_testing/data
- cuda=/appl/spack/v018/install-tree/gcc-9.4.0/cuda-11.1.1-lfaa3j
- cudnn=/appl/spack/v018/install-tree/gcc-9.4.0/cudnn-8.0.5.39-11.1-5cnrmz
- workspace=30000
- workspace=10000
- numgpus=1
- mariancmake=""
- gpus="0"
2 changes: 1 addition & 1 deletion profiles/slurm-puhti/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config:
- root=/scratch/project_2006944/pipeline_testing/data
- cuda=/appl/spack/v018/install-tree/gcc-9.4.0/cuda-11.1.1-lfaa3j
- cudnn=/appl/spack/v018/install-tree/gcc-9.4.0/cudnn-8.0.5.39-11.1-5cnrmz
- workspace=30000
- workspace=10000
- numgpus=1
- mariancmake=""
- gpus=""

0 comments on commit 583e56f

Please # to comment.