From da65a2807ed06ff685a1877a0fc3a56996d74872 Mon Sep 17 00:00:00 2001 From: Zexin He <87130754+ZexinHe@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:10:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 618f822..cad4f00 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Model cards with additional details can be found in [model_card.md](model_card.m - You need to convert the training checkpoint to inference models by running the following script. ``` - python scripts/convert_hf.py --config + python scripts/convert_hf.py --config convert.global_step=null ``` - The converted model will be saved under `exps/releases` by default and can be used for inference following the [inference guide](https://github.com/3DTopia/OpenLRM?tab=readme-ov-file#inference).