English Version
1. New Models
1. [iic/speech_zipenhancer_ans_multiloss_16k_base](https://modelscope.cn/models/iic/speech_zipenhancer_ans_multiloss_16k_base). https://github.com/modelscope/modelscope/pull/1019
2. [AIDC-AI/Ovis1.6-Gemma2-9B](https://modelscope.cn/models/AIDC-AI/Ovis1.6-Gemma2-9B). https://github.com/modelscope/modelscope/pull/1057
2. Hub Side:
1. Created symbolic links in snapshot_download to avoid the issue of models with '.' in their names not being found. https://github.com/modelscope/modelscope/pull/1063
2. Improved model upload by removing the requirement for configuration.json. https://github.com/modelscope/modelscope/pull/1062
3. Added hub-api to check if the repository exists. https://github.com/modelscope/modelscope/pull/1060
3. Enhanced the template to_llama function to support more models. https://github.com/modelscope/modelscope/pull/1039, https://github.com/modelscope/modelscope/pull/1070.
4. Docker optimization and upgrades, removed unnecessary dependencies from the LLM image.
中文版本
1. 新模型
1. [iic/speech_zipenhancer_ans_multiloss_16k_base](https://modelscope.cn/models/iic/speech_zipenhancer_ans_multiloss_16k_base). https://github.com/modelscope/modelscope/pull/1019
2. [AIDC-AI/Ovis1.6-Gemma2-9B](https://modelscope.cn/models/AIDC-AI/Ovis1.6-Gemma2-9B). https://github.com/modelscope/modelscope/pull/1057
2. Hub端:
1. snapshot_download中创建软链接,避免模型名称中含'.'的模型无法被找到的问题。https://github.com/modelscope/modelscope/pull/1063
2. 改善上传模型,移除对 configuration.json 的要求。https://github.com/modelscope/modelscope/pull/1062
3. 添加仓库是否存在的hub-api。https://github.com/modelscope/modelscope/pull/1060
3. template to_llama功能增加更多支持的模型。https://github.com/modelscope/modelscope/pull/1039, https://github.com/modelscope/modelscope/pull/1070
4. docker优化与升级, llm镜像移除不需要的依赖。
What's Changed
* Fix timestamp in docker build by tastelikefeet in https://github.com/modelscope/modelscope/pull/1049
* feat(audio/ans): Add ZipEnhancer and related layers for acoustic nois… by Mashiro009 in https://github.com/modelscope/modelscope/pull/1019
* Fix the slow downloading by tastelikefeet in https://github.com/modelscope/modelscope/pull/1051
* Fix bash and transformers version by tastelikefeet in https://github.com/modelscope/modelscope/pull/1053
* Fix some bugs by tastelikefeet in https://github.com/modelscope/modelscope/pull/1056
* fix(audio ans pipeline): Restore file reading from string input in ANSZip… by Mashiro009 in https://github.com/modelscope/modelscope/pull/1055
* OCR pipeline shall depend on TF only when necessary by yingdachen in https://github.com/modelscope/modelscope/pull/1059
* fix: text error correction batch run bug by smartmark-pro in https://github.com/modelscope/modelscope/pull/1052
* add log for download location by yingdachen in https://github.com/modelscope/modelscope/pull/1061
* add repo existence check hub-api by yingdachen in https://github.com/modelscope/modelscope/pull/1060
* improve upload model, remove requirment for configuration.json by yingdachen in https://github.com/modelscope/modelscope/pull/1062
* Template.to_ollama: add new argument `split` by suluyana in https://github.com/modelscope/modelscope/pull/1039
* Feat(multimodal model):ovis vl pipeline by suluyana in https://github.com/modelscope/modelscope/pull/1057
* default install tf-keras by tastelikefeet in https://github.com/modelscope/modelscope/pull/1064
* Symbolic link by yingdachen in https://github.com/modelscope/modelscope/pull/1063
* Fix the missing __init__.py file. by Jintao-Huang in https://github.com/modelscope/modelscope/pull/1066
* try to reduce the image size of llm by tastelikefeet in https://github.com/modelscope/modelscope/pull/1067
* fix numpy build error by tastelikefeet in https://github.com/modelscope/modelscope/pull/1068
* fix docker numpy version by Jintao-Huang in https://github.com/modelscope/modelscope/pull/1069
* feat ollama template: llama3.2-vision by suluyana in https://github.com/modelscope/modelscope/pull/1070
* update docker evalscope version by Jintao-Huang in https://github.com/modelscope/modelscope/pull/1071
* update docker by Jintao-Huang in https://github.com/modelscope/modelscope/pull/1073
* update docker by Jintao-Huang in https://github.com/modelscope/modelscope/pull/1075
* Update llm docker by Jintao-Huang in https://github.com/modelscope/modelscope/pull/1076
New Contributors
* Mashiro009 made their first contribution in https://github.com/modelscope/modelscope/pull/1019
* smartmark-pro made their first contribution in https://github.com/modelscope/modelscope/pull/1052
**Full Changelog**: https://github.com/modelscope/modelscope/compare/v1.19.2...v1.20.0