Yabin Li
2023-10-16 c38e4f39f6b52c278294a11c9e06c260ea8e4ecd
docs/modelscope_pipeline/quick_start.md
@@ -1,3 +1,5 @@
([简体中文](./quick_start_zh.md)|English)
# Quick Start
> **Note**: 
@@ -221,5 +223,4 @@
If you want finetune with multi-GPUs, you could:
```shell
CUDA_VISIBLE_DEVICES=1,2 python -m torch.distributed.launch --nproc_per_node 2 finetune.py > log.txt 2>&1
```
```