Commit Graph

2793 Commits

Author SHA1 Message Date
Xingjun.Wang
d687cb8a51 Fix: add error log for validate_blob and upload_blob (#1482) 2025-08-28 14:49:50 +08:00
Xingjun.Wang
b6e544949d Fix/upload commit (#1459) 2025-08-27 01:33:26 +08:00
tastelikefeet
a5039281d3 skip aigc test (#1476) 2025-08-23 11:12:35 +08:00
tastelikefeet
a2c0673571 support patch intern and deepseek (#1475) 2025-08-23 10:43:56 +08:00
tastelikefeet
6b70c8b577 Merge 1.29 to master (#1469) 2025-08-18 13:51:00 +08:00
Koko-ry
7bb94a3cf1 Fix: filter existing files (.gitattributes/configuration.json/README.md) 2025-08-14 16:06:57 +08:00
Xingjun.Wang
7d11b77112 Fix trust_remote_code (#1462)
1. Set `trust_remote_code` to `True` by default in datasets module
2. Set `trust_remote_code` to `True` by default in PolyLM pipeline
2025-08-14 10:56:16 +08:00
Koko-ry
e802630865 Fix/aigc weight (#1464) 2025-08-13 23:31:59 +08:00
yaqiang.sun
3797b4b8d1 Fix intermixed missing in cli_argument_parser.py (#1437)
Co-authored by: @yaqiangsun
2025-08-13 22:23:25 +08:00
Xingjun.Wang
179b762254 Add create cli warning (#1458) 2025-08-12 11:02:40 +08:00
tastelikefeet
1fdfb0e2e1 update python version 2025-08-11 11:17:57 +08:00
tastelikefeet
169f523082 fix tensorflow cannot load gpu (#1456) 2025-08-11 11:04:17 +08:00
Xingjun.Wang
055496c597 Fix CI 2025-08-07 19:26:32 +08:00
Xingjun.Wang
d7fbaab5bc fix mcp api ut (#1450) 2025-08-07 01:46:20 +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