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

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

Home / v1.28.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-25 2.1 kB
v1.28.1 source code.tar.gz 2025-07-25 6.8 MB
v1.28.1 source code.zip 2025-07-25 9.0 MB
Totals: 3 Items   15.9 MB 1

V1.28.1 Release Note

English Version

  1. Fix use_cookies for get_model_files in delete_files: https://github.com/modelscope/modelscope/pull/1424
  2. Add MODELSCOPE_CREDENTIALS_PATH env for user-defined authorization path: https://github.com/modelscope/modelscope/pull/1423
  3. Skip UT TextToSpeechSambertHifigan16kPipelineTest: https://github.com/modelscope/modelscope/pull/1420
  4. Add weak file lock for snapshot_download: https://github.com/modelscope/modelscope/pull/1417
  5. Fix RCE issue for plugins (add trust_remote_code) for from_pretrained function: https://github.com/modelscope/modelscope/pull/1415
  6. Fix get_dataset_infos to avoid list all pages for dataset: https://github.com/modelscope/modelscope/pull/1414

中文版本

  1. 修复delete_files函数中的get_model_files调用,当需要鉴权的场景,需要明确传入use_cookies参数 : https://github.com/modelscope/modelscope/pull/1424
  2. 增加环境变量MODELSCOPE_CREDENTIALS_PATH,支持用户自定义配置本地授权的存储路径(cookies、session等信息): https://github.com/modelscope/modelscope/pull/1423
  3. 跳过测试用例TextToSpeechSambertHifigan16kPipelineTest(用例失效): https://github.com/modelscope/modelscope/pull/1420
  4. snapshot_download中增加weak file lock: https://github.com/modelscope/modelscope/pull/1417
  5. from_pretrained中,增加trust_remote_code`参数,避免插件RCE问题: https://github.com/modelscope/modelscope/pull/1415
  6. 修复get_dataset_infos函数中的分页问题:https://github.com/modelscope/modelscope/pull/1414

What's Changed

  • Fix use_cookies in get_model_files by @wangxingjun778 [#1424]
  • Add MODELSCOPE_CREDENTIALS_PATH for user-defined authorization path by @wangxingjun778 [#1423]
  • Skip UT TextToSpeechSambertHifigan16kPipelineTest temporarily by @Koko-ry [#1420]
  • weak file lock by @tastelikefeet [#1417]
  • Fix RCE issue for plugins by @Koko-ry [#1415]
  • Fix dataset infos by @wangxingjun778 [#1414]

Full Changelog: https://github.com/modelscope/modelscope/compare/v1.28.0...v1.28.1

Source: README.md, updated 2025-07-25