Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZexinHe authored Apr 5, 2024
1 parent f3f71c5 commit da65a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <YOUR_EXACT_TRAINING_CONFIG>
python scripts/convert_hf.py --config <YOUR_EXACT_TRAINING_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).
Expand Down

0 comments on commit da65a28

Please sign in to comment.