Files
modelscope/tests/utils
suluyan 5781f8505b fix: reject empty model name in trusted owner cache paths
check_model_from_owner_group treated paths like iic--/snapshots/v1 as
trusted because split('--') still yields two parts. Require both owner
and name segments to be non-empty.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 15:47:42 +08:00
..