From c869f7323de39306abff7eedf1b36356683dc932 Mon Sep 17 00:00:00 2001 From: yancong <32220263+ice-tong@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:57:42 +0800 Subject: [PATCH] [Docs] Fix wrong .mimrc example (#147) --- docs/en/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/customization.md b/docs/en/customization.md index f8aa8a4..e7c905c 100644 --- a/docs/en/customization.md +++ b/docs/en/customization.md @@ -7,13 +7,13 @@ You can customize MIM using the `~/.mimrc` file, which should be placed in your You can customize the default values of MIM commands with `~/.mimrc`: ```ini -[option.train] +[options.train] gpus = 8 gpus_per_node = 8 cpus_per_task = 4 launcher = 'slurm' -[option.install] +[options.install] is_yes = True ```