Name | Modified | Size | Downloads / 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
- Fix
use_cookies
forget_model_files
indelete_files
: https://github.com/modelscope/modelscope/pull/1424 - Add
MODELSCOPE_CREDENTIALS_PATH
env for user-defined authorization path: https://github.com/modelscope/modelscope/pull/1423 - Skip UT
TextToSpeechSambertHifigan16kPipelineTest
: https://github.com/modelscope/modelscope/pull/1420 - Add weak file lock for
snapshot_download
: https://github.com/modelscope/modelscope/pull/1417 - Fix RCE issue for plugins (add
trust_remote_code
) forfrom_pretrained
function: https://github.com/modelscope/modelscope/pull/1415 - Fix
get_dataset_infos
to avoid list all pages for dataset: https://github.com/modelscope/modelscope/pull/1414
中文版本
- 修复
delete_files
函数中的get_model_files
调用,当需要鉴权的场景,需要明确传入use_cookies
参数 : https://github.com/modelscope/modelscope/pull/1424 - 增加环境变量
MODELSCOPE_CREDENTIALS_PATH
,支持用户自定义配置本地授权的存储路径(cookies、session等信息): https://github.com/modelscope/modelscope/pull/1423 - 跳过测试用例
TextToSpeechSambertHifigan16kPipelineTest
(用例失效): https://github.com/modelscope/modelscope/pull/1420 - 在
snapshot_download
中增加weak file lock: https://github.com/modelscope/modelscope/pull/1417 - 在
from_pretrained
中,增加
trust_remote_code`参数,避免插件RCE问题: https://github.com/modelscope/modelscope/pull/1415 - 修复
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