From 7759ab5febbccdeb929c34a5d5dd4b5387bfd83c Mon Sep 17 00:00:00 2001 From: Yuming Zhang <736099538@qq.com> Date: 星期五, 23 二月 2024 18:28:26 +0800 Subject: [PATCH] fix bug: 模型初始化可传入参数disable_pbar=True (#1387) --- docs/modelscope_pipeline/quick_start.md | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/modelscope_pipeline/quick_start.md b/docs/modelscope_pipeline/quick_start.md index 7e35e91..2b9219b 100644 --- a/docs/modelscope_pipeline/quick_start.md +++ b/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 -``` - +``` \ No newline at end of file -- Gitblit v1.9.1