Update readme.md

This commit is contained in:
Fenghe Tang 2024-03-14 14:57:40 +08:00 committed by GitHub
parent d94b48e0f4
commit 1a352792a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ Run training on multi-gpu
CUDA_VISIBLE_DEVICES=0,1,2,3 python -m core.ddp --tag debug CUDA_VISIBLE_DEVICES=0,1,2,3 python -m core.ddp --tag debug
``` ```
Run training on single-GPU Run training on single-gpu
``` ```
CUDA_VISIBLE_DEVICES=0 python -m core.ddp --tag debug CUDA_VISIBLE_DEVICES=0 python -m core.ddp --tag debug