[Docs] Fix wrong .mimrc example (#147)

pull/150/head
yancong 2022-06-28 21:57:42 +08:00 committed by GitHub
parent b46d2c9119
commit c869f7323d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```