Skip to content

Commit 5202882

Browse files
committed
fix typo
1 parent b626c3f commit 5202882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ MAX_JOBS=8 python setup.py install
128128
如果需要快速执行,只需要通过以下命令行即可运行推理样本:
129129

130130
```bash
131-
torchrun --nproc_per_node 1 sess_megatron.py --model-dir "path/to/model_weights_dir"
131+
torchrun --nproc_per_node 1 sess_megatron.py --model_dir "path/to/model_weights_dir"
132132
```
133133

134134
将 "path/to/model_weights_dir" 替换为您下载模型权重后的本地地址。

0 commit comments

Comments
 (0)