Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-15 | 2.6 kB | |
v1.30.0 source code.tar.gz | 2025-09-15 | 6.8 MB | |
v1.30.0 source code.zip | 2025-09-15 | 9.0 MB | |
Totals: 3 Items | 15.9 MB | 3 |
English Version
- Added support for creating model tags via API or CLI. (@Koko-ry, [#1487])
- Extended repo_info functionality to include the siblings field, enabling better metadata inspection. (@alcholiclg, [#1490])
- Support for uploading AIGC model cover images in Base64 format. (@Koko-ry, [#1492])
- Fixed compatibility issues with models when using the latest version of Hugging Face Transformers. (@tastelikefeet, [#1491])
- Resolved linting errors in utility modules to improve code quality and consistency. (@wangxingjun778, [#1493])
- Corrected endpoint behavior for AI-generated content (AIGC) services. (@Koko-ry, [#1494])
- Fixed invalid revision reference in repo_info responses, ensuring accurate version tracking. (@alcholiclg, [#1496])
- Improved model tag descriptions by correcting formatting and enhancing clarity. (@Koko-ry, [#1500])
中文版本
- 新增通过 API 或 CLI 创建模型标签的功能。(@Koko-ry, [#1487])
- 扩展 repo_info 功能,支持返回 siblings 字段,提升元数据查看能力。(@alcholiclg, [#1490])
- 支持使用Base64格式上传AIGC模型的封面图。 (@Koko-ry, [#1492])
- 修复与最新版 Hugging Face Transformers 的模型兼容性问题。(@tastelikefeet, [#1491])
- 修复工具模块中的代码规范(lint)错误,提升代码质量与一致性。(@wangxingjun778, [#1493])
- 修正 AI 生成内容(AIGC)服务端点的行为逻辑。(@Koko-ry, [#1494])
- 修复 repo_info 响应中无效的版本号引用,确保版本追踪准确无误。(@alcholiclg, [#1496])
- 优化模型标签描述内容,修正格式并提升可读性。(@Koko-ry, [#1500])
What's Changed
- fix models with the latest transformers by @tastelikefeet in https://github.com/modelscope/modelscope/pull/1491
- add create model tag by @Koko-ry in https://github.com/modelscope/modelscope/pull/1487
- add support for siblings field in repo_info by @alcholiclg in https://github.com/modelscope/modelscope/pull/1490
- Fix/upload base64 by @Koko-ry in https://github.com/modelscope/modelscope/pull/1492
- Fix utils lint by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1493
- fix aigc endpoint by @Koko-ry in https://github.com/modelscope/modelscope/pull/1494
- Fix invalid revision in repo_info by @alcholiclg in https://github.com/modelscope/modelscope/pull/1496
- Fix model tag des by @Koko-ry in https://github.com/modelscope/modelscope/pull/1500
Full Changelog: https://github.com/modelscope/modelscope/compare/v1.29.2...v1.30.0