From 2927f301c3cf8249d1ea254dd35f8e40a495c5af Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Tue, 25 Jul 2023 12:12:27 +0200 Subject: [PATCH] Fix lint --- docs/usage/train/jeanzay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/train/jeanzay.md b/docs/usage/train/jeanzay.md index a56e9d82..f486b76d 100644 --- a/docs/usage/train/jeanzay.md +++ b/docs/usage/train/jeanzay.md @@ -5,7 +5,7 @@ See the [wiki](https://redmine.teklia.com/projects/research/wiki/Jean_Zay) for m ## Run a training job !!! warning - There is no HTTP connection during a job. + There is no HTTP connection during a job. You can debug using an interactive job. The following command will get you a new terminal with 1 gpu for 1 hour: `srun --ntasks=1 --cpus-per-task=40 --gres=gpu:1 --time=01:00:00 --qos=qos_gpu-dev --pty bash -i`. -- GitLab