Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
8dc0360e
Commit
8dc0360e
authored
Jul 17, 2025
by
Muyang Li
Browse files
chore: update the workflow of sync_hf_to_ms to support organization
parent
349cf142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/sync_hf_to_ms.py
scripts/sync_hf_to_ms.py
+2
-2
No files found.
scripts/sync_hf_to_ms.py
View file @
8dc0360e
...
...
@@ -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
}
"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment