Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoxiongji committed Mar 12, 2024
1 parent a4e03cf commit bfd8a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/sharing_schemes.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Ensure that the `config.yaml` file specifies the desired sharing scheme.

The training can be run on a single GPU in which case the wrapper wouldn't be necessary. In this case, you can train with the following command.
```bash
python -u $MAMMOTH/train.py -config $CONFIG -node_rank 0
python -u $MAMMOTH/train.py -config $CONFIG
```

#### 3. **Inference Command:**
Expand Down

0 comments on commit bfd8a99

Please sign in to comment.