Skip to content

Commit d13d694

Browse files
authored
Update README.md
1 parent 369a7f7 commit d13d694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convert_hf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Converting the Model
22
To convert an OmChat model to Hugging Face (HF) format, use the convert.py script.
33
```
4-
python convert.py --model_name <path_to_original_model> --output_folder <path_to_output_directory>
4+
python convert_main.py --model_name <path_to_original_model> --output_folder <path_to_output_directory>
55
```
66

77
## Example
88
```
9-
python convert.py --model_name /data2/omchat_dev/omchat/checkpoints/omchat-qwen2-7b-siglip-multi-fk104_inifinity_stage4 \
9+
python convert_main.py --model_name /data2/omchat_dev/omchat/checkpoints/omchat-qwen2-7b-siglip-multi-fk104_inifinity_stage4 \
1010
--output_folder checkpoints/omchat_temp_multi_hf
1111
```
1212

0 commit comments

Comments
 (0)