| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-10 | 4.6 kB | |
| v1.33.0 source code.tar.gz | 2025-12-10 | 6.8 MB | |
| v1.33.0 source code.zip | 2025-12-10 | 9.1 MB | |
| Totals: 3 Items | 15.9 MB | 3 | |
中文版
主要更新
- 更新默认分支版本(default revision)策略,以提升仓库版本管理的一致性与易用性 [#1546] [#1553]
- Hub API 新增
set_repo_visibility接口,支持设置模型仓库可见性,并补充可见性参数校验和错误日志提示 [#1564] [#1568] [#1569] [#1570] - 新增 Ascend NPU 的 Dockerfile,便于在昇腾 NPU 环境中部署与使用 ModelScope [#1550]
snapshot_download新增DEFAULT_MAX_WORKERS参数配置,优化模型快照下载的并发行为 [#1566]
AIGC 相关能力增强
- 为 AIGC 的
create_model_tag接口新增参数,支持更灵活的模型标签创建与管理 [#1555] - AIGC 模型新增
base_model_sub_type字段,便于更精细地描述与区分底座模型类型 [#1563]
Hub 与上传下载体验优化
- 修正
upload_folder的默认忽略规则,避免重要文件被错误忽略 [#1549] - 修复上传模式匹配(upload patterns)相关问题,提升文件上传的准确性 [#1567]
稳定性与工程改进
- 修复影响
hasattr行为的实验类型定义问题,避免潜在属性检测异常 [#1552] - 动态模块加载逻辑补丁修复,提升动态模块相关功能的稳定性 [#1554]
- 更新构建文件与 CI 工作流,改进整体构建发布流程 [#1551]
English Version
Key Updates
- Updated default revision strategy to improve consistency and usability of repository version management [#1546] [#1553]
- Added
set_repo_visibilityin Hub API to control repository visibility, with input validation and detailed error logging [#1564] [#1568] [#1569] [#1570] - Added Ascend NPU Dockerfile to simplify deployment on Ascend NPU environments [#1550]
- Introduced
DEFAULT_MAX_WORKERSinsnapshot_downloadto better control concurrent download behavior [#1566]
AIGC Enhancements
- Added new arguments for AIGC
create_model_tagfor more flexible model tag creation and management [#1555] - Added
base_model_sub_typefor AIGC models to describe and distinguish base model types more precisely [#1563]
Hub & Upload/Download Improvements
- Fixed default ignore patterns in
upload_folderto avoid unintentionally skipping important files [#1549] - Fixed upload patterns issues to improve accuracy of file uploads [#1567]
Stability & Engineering
- Fixed experiment type definition that affected
hasattrbehavior and could cause attribute detection issues [#1552] - Patched dynamic module handling to improve stability of dynamic module related features [#1554]
- Updated build files and CI workflows to refine the overall build and release pipeline [#1551]
What's Changed
- Feat/update default revision by @alcholiclg in https://github.com/modelscope/modelscope/pull/1546
- Fix default ignore patterns for upload_folder by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1549
- Fix exp type which affects hasattr by @tastelikefeet in https://github.com/modelscope/modelscope/pull/1552
- Patch dynamic module by @tastelikefeet in https://github.com/modelscope/modelscope/pull/1554
- Feat: add new args for aigc create_model_tag by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1555
- [docker] Add Ascend NPU dockerfile by @baymax591 in https://github.com/modelscope/modelscope/pull/1550
- Update build file and workflow by @Yunnglin in https://github.com/modelscope/modelscope/pull/1551
- [WIP]Feat/update default revision by @alcholiclg in https://github.com/modelscope/modelscope/pull/1553
- Feat: add set_repo_visibility in hub api by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1564
- Add base_model_sub_type for aigc model by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1563
- Feat: add
DEFAULT_MAX_WORKERSin snapshot_download func by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1566 - Fix/upload patterns by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1567
- fix set_repo_visibility by @suluyana in https://github.com/modelscope/modelscope/pull/1568
- Fix: add error log for invalid input visibility args by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1569
- fix: check tasks in HubApi.set_repo_visibility by @suluyana in https://github.com/modelscope/modelscope/pull/1570
New Contributors
- @baymax591 made their first contribution in https://github.com/modelscope/modelscope/pull/1550
Full Changelog: https://github.com/modelscope/modelscope/compare/v1.32.0...v1.33.0