From 10f3252554bcc734e766ef15a3bab3cbe773cffb Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Thu, 20 Oct 2022 13:23:41 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 915ca99..eb30ed1 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,4 @@ when batch_size is large (16, 32, 64, 128), throughput_amp > throughput_tf32. #### Notes - It seems running directly via singularity shell will give worse performance (when I WFH). We should run it via sbatch script instead. - It took around a week to finish all iterations of benchmarking. +- For multi-node bash script, the line "#SBATCH --ntasks-per-node=8" has to been added; otherwise the process will hang. -- GitLab