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 369a7f7 commit d13d694Copy full SHA for d13d694
convert_hf/README.md
@@ -1,12 +1,12 @@
1
# Converting the Model
2
To convert an OmChat model to Hugging Face (HF) format, use the convert.py script.
3
```
4
-python convert.py --model_name <path_to_original_model> --output_folder <path_to_output_directory>
+python convert_main.py --model_name <path_to_original_model> --output_folder <path_to_output_directory>
5
6
7
## Example
8
9
-python convert.py --model_name /data2/omchat_dev/omchat/checkpoints/omchat-qwen2-7b-siglip-multi-fk104_inifinity_stage4 \
+python convert_main.py --model_name /data2/omchat_dev/omchat/checkpoints/omchat-qwen2-7b-siglip-multi-fk104_inifinity_stage4 \
10
--output_folder checkpoints/omchat_temp_multi_hf
11
12
0 commit comments