Commit 8dc0360e authored by Muyang Li's avatar Muyang Li
Browse files

chore: update the workflow of sync_hf_to_ms to support organization

parent 349cf142
......@@ -57,7 +57,7 @@ if __name__ == "__main__":
"--repo-name",
type=str,
required=True,
help="Name of the HuggingFace repository under mit-han-lab to sync to (e.g., `nunchaku`)",
help="Name of the HuggingFace repository under nunchaku-tech to sync to (e.g., `nunchaku`)",
)
args = parser.parse_args()
sync_model(args.repo_name, f"mit-han-lab/{args.repo_name}", f"Lmxyy1999/{args.repo_name}")
sync_model(args.repo_name, f"nunchaku-tech/{args.repo_name}", f"nunchaku-tech/{args.repo_name}")
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment