Skip to content

Commit 3c35611

Browse files
committedJul 31, 2024
change to correct config_nanoset.yaml path
1 parent 9992f1c commit 3c35611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/nanoset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To work with `Nanosets`, we just need to configure 1 argument:
7979

8080
Finally, to use the `Nanosets`, launch the training with [`run_train.py`](../run_train.py).
8181
```shell
82-
torchrun --nproc-per-node 8 run_train.py --config configs/config_nanoset.yaml
82+
torchrun --nproc-per-node 1 run_train.py --config examples/config_nanoset.yaml
8383
```
8484

8585
## Under the hood

0 commit comments

Comments
 (0)
Please sign in to comment.