We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626c3f commit 5202882Copy full SHA for 5202882
README_CN.md
@@ -128,7 +128,7 @@ MAX_JOBS=8 python setup.py install
128
如果需要快速执行,只需要通过以下命令行即可运行推理样本:
129
130
```bash
131
-torchrun --nproc_per_node 1 sess_megatron.py --model-dir "path/to/model_weights_dir"
+torchrun --nproc_per_node 1 sess_megatron.py --model_dir "path/to/model_weights_dir"
132
```
133
134
将 "path/to/model_weights_dir" 替换为您下载模型权重后的本地地址。
0 commit comments