Commit Graph

2780 Commits

Author SHA1 Message Date
suluyan
d3de6e8978 feat: ollama template mapping, openai gpt-oss 2025-08-06 21:20:57 +08:00
Xingjun.Wang
0e49156bbe fix TestTinynasDamoyoloTrainerSingleGPU (#1449) 2025-08-06 18:50:25 +08:00
Xingjun.Wang
6727a4bde9 merge release1.28 (#1448) 2025-08-06 17:17:13 +08:00
Koko-ry
1d93f7e56d Feat: Add AIGC model creation support to create_model (#1431)
1.  Add create aigc model in `create_model` func
2. Add CLI for creating aigc model
2025-08-06 17:01:42 +08:00
suluyana
53ceca4df4 feat: sentence_embedding pipeline (#1435) 2025-08-06 15:43:36 +08:00
Xingjun.Wang
ee05e12d75 Add create repo cli (#1445) 2025-08-05 21:42:41 +08:00
Koko-ry
51e28f5a49 Feat: add atomic capabilities - MCPApi (#1426) 2025-08-05 21:41:26 +08:00
tastelikefeet
d8bb003681 fix bug (#1441) 2025-08-04 22:05:49 +08:00
Xingjun.Wang
7005876f84 add revision arg for upload_file (#1440) 2025-08-04 21:42:00 +08:00
Yunlin Mao
ff7551c494 fix large log in scan cache test (#1439) 2025-08-04 20:58:30 +08:00
tastelikefeet
3bad15b779 add ms-agent into dockerfile (#1436) 2025-08-04 17:08:48 +08:00
suluyana
b3d24d18e6 ollama template: qwen3-coder, gemma3n, mistral-small3.2, magistral, devstral (#1434)
Co-authored-by: suluyan <suluyan.sly@aliabab-inc.com>
2025-08-04 17:07:06 +08:00
jinghanhu
b537efebed Merge release 1.28 (#1401) 2025-08-04 17:00:14 +08:00
Tian-Jionglu
7ed173be8b fix(deps): add missing filelock dependency (#1427)
Co-authored-by: Tian-Jionglu <tianjionglu@outlook.com>
2025-08-04 16:57:45 +08:00
tastelikefeet
556aa76dc3 fix pyyaml according to: https://github.com/Anchor0221/CVE-2025-50460 (#1428) 2025-08-01 22:04:44 +08:00
Xingjun.Wang
49d50b2126 fix use_cookies in get_model_files (#1424) 2025-07-25 14:24:27 +08:00
Xingjun.Wang
2b3747db53 Add MODELSCOPE_CREDENTIALS_PATH for multi-users env (#1423) 2025-07-22 14:22:00 +08:00
Xingjun.Wang
e97974d1c0 Fix dataset infos (#1414) 2025-07-17 19:27:39 +08:00
Koko-ry
d6f11c1c22 Skip UT TextToSpeechSambertHifigan16kPipelineTest temporarily (#1420) 2025-07-17 18:57:44 +08:00
tastelikefeet
f01864a2f9 weak file lock (#1417) 2025-07-17 18:38:24 +08:00
Koko-ry
1d24435275 Fix RCE issue for plugins (#1415)
1. Add `trust_remote_code` in func `from_pretrained`  with plugins application
2025-07-16 14:33:31 +08:00
tastelikefeet
6c619155ac Fix processing ignore files (#1398) 2025-07-07 14:22:33 +08:00
Xingjun.Wang
f4217e6183 Upgrade datasets (#1393)
* upgrade datasets to 3.6.0

* fix mcp lint
2025-07-04 10:59:07 +08:00
Xingjun.Wang
88406c17ad Add upload check envs (#1389)
* add SIZE_THRESHOLD_TO_ENFORCE_LFS

* Add upload check envs
2025-07-04 10:28:54 +08:00
MengAiDev
f023b2514c perf(vae): optimize tiling performance and memory usage (#1378)
* perf(vae): optimize tiling performance and memory usage

- Improve memory management by moving tensors to CPU when not in use
- Enhance GroupNormParam initialization and accumulation logic
- Simplify task queue processing and improve NaN handling
- Optimize tile preparation and result assembly
- Add torch.cuda.empty_cache() calls to free up GPU memory

* remove unused import

* lint

* fix cuda empty cache and dtype

* lint pass

---------

Co-authored-by: hjh0119 <hujinghan.hjh@alibaba-inc.com>
2025-07-04 10:28:25 +08:00
jinghanhu
57d88c06e7 Merge from release 1.27 #1392 2025-07-03 20:10:39 +08:00
Koko-ry
bc58eac935 Feat deletefiles (#1384)
1. Add delete files
2. Add mcp api based on OpenAPI
2025-07-03 19:51:22 +08:00
suluyan
7230561cbd image deps upgrade: transformers, huggingface_hub, node.js 2025-07-03 15:59:20 +08:00
suluyan
6a895360da fix boost.tar.gz not in gzip format 2025-07-03 15:59:12 +08:00
hjh0119
dee7d0576d fix pgp fail 2025-07-03 15:58:10 +08:00
Xingjun.Wang
7c9b89d24d add SIZE_THRESHOLD_TO_ENFORCE_LFS (#1383) 2025-06-26 14:11:27 +08:00
Jintao
29ea57dfbc [hub] Support ProgressCallback (#1380)
1. Add ProgressCallback for file download
2025-06-26 14:02:05 +08:00
Xingjun.Wang
694fc89735 Set size_threshold_to_enforce_lfs to 1MB (#1375)
* Set the maximum value of MODELSCOPE_DOWNLOAD_PARALLELS to 16

* set size_threshold_to_enforce_lfs to 1MB
2025-06-19 17:06:29 +08:00
Xingjun.Wang
d092a4350c Set the maximum value of MODELSCOPE_DOWNLOAD_PARALLELS to 16 (#1371) 2025-06-19 15:49:31 +08:00
Xingjun.Wang
c9d0c46412 fix some bugs in HubApi (#1369) 2025-06-19 10:36:44 +08:00
tastelikefeet
86dd6c3434 fix some transformers version missing the chat template definition (#1368) 2025-06-11 20:16:24 +08:00
Xingjun.Wang
c82c2f2b0f update max_file_count_in_dir to 50000 (#1367) 2025-06-11 14:26:03 +08:00
Emmanuel Ferdman
7d71b45fa7 fix: migrate to unittest.assertNotEqual (#1350)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-06-05 14:54:45 +08:00
co63oc
8323fc5185 Fix typos in multiple files (#1357) 2025-06-05 14:04:29 +08:00
suluyana
800543d1aa fix: ollama template mapping (#1354)
* feat ollama template qwen3

* add phi4, llama4, qwen2.5vl

* fix dpsk-r1-qwen3

* rm duplicate case

---------

Co-authored-by: suluyan <suluyan.sly@aliabab-inc.com>
2025-06-04 20:13:35 +08:00
Z-yq
f9b8d4b9d2 vc ssr (#1208)
* vc ssr

* Add more patches for hf (#1160)

* clone and lint #1205 (#1209)

* 更新格式

* fix cache path (#1211)

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>

* “update"

* fix create_commit login (#1210)

* support multiple include/exclude filter patterns in command line (#1214)

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>

* Use legacy cache (#1215)

* fix name (#1216)

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>

* fix path name for log accuracy (#1217)


* change log msg

---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>

* fix visibility (#1222)

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>

* Merge 1.23 hotfix to master (#1227)

* 修复格式问题

* fix 路径问题

* Update test_speech_super_resolution.py

* Update test_voice_conversion.py

---------

Co-authored-by: tastelikefeet <58414341+tastelikefeet@users.noreply.github.com>
Co-authored-by: Yingda Chen <yingdachen@apache.org>
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
Co-authored-by: zhongyuqi <zhongyuqi@microbt.com>
2025-06-04 16:08:20 +08:00
co63oc
eb93fef68b Fix typos (#1332)
* Fix typos
2025-06-04 16:06:27 +08:00
co63oc
070efeb73a Fix typos in multiple files (#1330)
* Fix typos in multiple files

* Fix

* ci
2025-06-04 15:57:01 +08:00
Xingjun.Wang
2c425b993e Merge pull request #1351 from modelscope/direct-upload
Allow upload to create repo (if not exists) directly
2025-05-30 18:30:43 +08:00
xingjun.wxj
4c49509ef6 add print(..., flush=True) for cli 2025-05-30 17:13:14 +08:00
xingjun.wxj
1daa43f7b9 replace print with logger 2025-05-30 17:02:28 +08:00
xingjun.wxj
9afbc0a2b4 fix cookies = self.get_cookies(token) 2025-05-30 16:57:29 +08:00
Yingda Chen
7dc2db3a58 fix 2025-05-30 13:28:05 +08:00
Yingda Chen
8f9ba83291 fix cr comment 2025-05-30 12:15:17 +08:00
Yingda Chen
1f5d3fea4a remove master warning log (#1336)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2025-05-29 15:54:32 +08:00