Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-23 | 1.3 kB | |
V1.29.1 release note source code.tar.gz | 2025-08-23 | 6.8 MB | |
V1.29.1 release note source code.zip | 2025-08-23 | 9.0 MB | |
Totals: 3 Items | 15.8 MB | 0 |
English Version
- Support arg parser when python version >= 3.12, thanks to the contribution of @yaqiangsun
- Fix some bugs, e.g. VLLM cannot download from ModelScope of deepseek/internvl/internlm models
中文版本
- 兼容python>=3.12时的arg parser,感谢@yaqiangsun的贡献
- 修复了一些问题,例如VLLM无法从ModelScope下载deepseek和浦江实验室的模型
What's Changed
- Fix intermixed missing in cli_argument_parser.py by @yaqiangsun in https://github.com/modelscope/modelscope/pull/1437
- Fix/aigc weight by @Koko-ry in https://github.com/modelscope/modelscope/pull/1464
- Fix
trust_remote_code
by @wangxingjun778 in https://github.com/modelscope/modelscope/pull/1462 - fix:file already exist by @Koko-ry in https://github.com/modelscope/modelscope/pull/1465
- Merge 1.29 to master by @tastelikefeet in https://github.com/modelscope/modelscope/pull/1469
- support patch intern and deepseek by @tastelikefeet in https://github.com/modelscope/modelscope/pull/1475
- skip aigc test by @tastelikefeet in https://github.com/modelscope/modelscope/pull/1476
New Contributors
- @yaqiangsun made their first contribution in https://github.com/modelscope/modelscope/pull/1437
Full Changelog: https://github.com/modelscope/modelscope/compare/v1.29.0...v1.29.1