Download Latest Version v1.30.0 source code.tar.gz (6.8 MB)
Email in envelope

Get an email when there's a new version of ModelScope

Home / v1.29.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-14 4.4 kB
V1.29.0 Release Note source code.tar.gz 2025-08-14 6.8 MB
V1.29.0 Release Note source code.zip 2025-08-14 9.0 MB
Totals: 3 Items   15.8 MB 0

English Version

New Features

  1. Added support for AIGC model creation interface:

    :::shell modelscope create <repo_id> --token <token> --visibility <public/private/internal> --aigc --model_path <model_path> --aigc_type <Checkpoint/LoRA/VAE> --base_model_type <base_model_type>

  2. Added support for using ModelScope MCP server. Users can interface with MCP plaza through the following method:

    :::python from modelscope.hub.mcp_api import MCPApi server = MCPApi().get_mcp_server('@modelcontextprotocol/fetch') ...

  3. Added support for repository creation command:

    :::shell modelscope create owner/repo_name --token ms-xxx --repo_type model --visibility private --chinese_name 测试模型1 --license MIT

Bug Fixes

  1. Fixed some security issues
  2. Fixed issues where some models could not run on higher Python versions. These models will now throw exceptions directly, guiding users to use lower Python versions
  3. Added additional trust_remote_code validation for models that need to run external code or use torch.load during loading

中文版本

新功能

  1. 支持了AIGC模型的创建接口:

    :::shell modelscope create <repo_id> --token <token> --visibility <public/private/internal> --aigc --model_path <model_path> --aigc_type <Checkpoint/LoRA/VAE> --base_model_type <base_model_type>

  2. 增加了对ModelScope MCP server的使用支持,用户可以通过多个接口与MCP广场交互,例如:

    :::python from modelscope.hub.mcp_api import MCPApi server = MCPApi().get_mcp_server('@modelcontextprotocol/fetch') ... ... 4. 支持了创建repo的命令:

    :::shell modelscope create owner/repo_name --token ms-xxx --repo_type model --visibility private --chinese_name 测试模型1 --license MIT

Bug修复

  1. 修复了一些安全问题
  2. 修复了部分模型在高版本python下无法运行的问题,这些模型会直接抛出异常,指引用户使用更低版本的python
  3. 对部分模型在加载时需要运行外部code或者使用torch.load的情况增加了额外的trust_remote_code判断

What's Changed

New Contributors

Full Changelog: https://github.com/modelscope/modelscope/compare/v1.28.2...v1.29.0

Source: README.md, updated 2025-08-14