| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-11 | 2.7 kB | |
| v1.32.0 source code.tar.gz | 2025-11-11 | 6.8 MB | |
| v1.32.0 source code.zip | 2025-11-11 | 9.1 MB | |
| Totals: 3 Items | 15.9 MB | 0 | |
中文版
- 支持使用 pyproject.toml 来安装 modelscope 库,保证与之前安装方式兼容 [#1542]
- hub api 的 list_datasets 接口切换为 OpenAPI 端点 [#1532]
- AIGC 模型支持 model_source 参数 [#1530]
- ModelScope Hub 添加定期自动上传功能:自动定期上传本地文件夹到 ModelScope Hub,增量提交日志、训练产物等文件 [#1480]
- AIGC 的 cover_images 支持 mp4 文件 [#1533]
- 为 .safetensors 等单个模型文件添加内部云加速 [#1529]
English Version
- Support using pyproject.toml to install the modelscope library, ensuring compatibility with previous installation methods [#1542]
- Switch the list_datasets interface of hub API to OpenAPI endpoint [#1532]
- AIGC models support the model_source parameter [#1530]
- Add scheduled automatic upload functionality to ModelScope Hub: automatically upload local folders to ModelScope Hub at regular intervals, with incremental commits of logs, training artifacts, and other files [#1480]
- AIGC's cover_images now support mp4 files [#1533]
- Add internal cloud acceleration for single model files such as .safetensors [#1529]
What's Changed
- Feat/support commit scheduler by @alcholiclg in https://github.com/modelscope/modelscope/pull/1480
- Add INTRA_CLOUD_ACCELERATION for single model file downloading by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1529
- Feat: add model source for aigc model by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1530
- Add
trust_remote_codefor _download_additional_modules by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1521 - Update list datasets to OpenAPI by @Yunnglin in https://github.com/modelscope/modelscope/pull/1532
- [Feature] Add pyproject.toml by @Yunnglin in https://github.com/modelscope/modelscope/pull/1542
- Remove raise FileIntegrityError by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1517
- [WIP]change DEFAULT_MODEL_REVISION to master by @alcholiclg in https://github.com/modelscope/modelscope/pull/1544
- update ollama: granite4,deepseek-v3.1,gpt-oss by @xiaojianpinga in https://github.com/modelscope/modelscope/pull/1531
- Add mp4 support for AIGC
cover_imagesby @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1533 - fix daily regression by @Yunnglin in https://github.com/modelscope/modelscope/pull/1545
New Contributors
- @xiaojianpinga made their first contribution in https://github.com/modelscope/modelscope/pull/1531
Full Changelog: https://github.com/modelscope/modelscope/compare/v1.31.0...v1.32.0