🐛 Bug report
Summary
running the model upload command with --Private False -> still uploads the model to hf as private
Expected behavior
If --private False model should be uploaded as public to hf
To Reproduce
run model upload command for example
flow-merge upload --model_dir ./merged_model --username <hf_user_id> --model_name qwen_merge --token <hf_token> --private False
🐛 Bug report
Summary
running the model upload command with --Private False -> still uploads the model to hf as private
Expected behavior
If --private False model should be uploaded as public to hf
To Reproduce
run model upload command for example
flow-merge upload --model_dir ./merged_model --username <hf_user_id> --model_name qwen_merge --token <hf_token> --private False