mirror of
https://github.com/modelscope/modelscope.git
synced 2026-09-01 19:49:03 +02:00
When the arg is only in kwargs, downloading and then forcing a positional overwrite caused a duplicate-keyword TypeError. Resolve and update kwargs or args consistently for both the download and cross-repo branches. Co-authored-by: Cursor <cursoragent@cursor.com>