Seas0
204caba8b2
fix: quote version of timm specs in Dockerfile.ubuntu ( #1728 )
...
Co-authored-by: Seas0 <liusichen.seas0@bytedance.com >
2026-06-09 20:00:52 +08:00
AAAkater
fbc3be49b2
🐛 fix(clearcache): fix single model cache path ( #1724 )
...
* 🐛 fix(clearcache): fix single model cache path
- Add 'models' subdirectory under 'hub' for single model cache paths
- Align dataset and model path structures for consistency
* 🐛 fix(clearcache): use cache root helpers to handle MODELSCOPE_CACHE correctly
Unconditionally prepending `hub/` broke `$MODELSCOPE_CACHE`-set users,
since the cache root has no `hub/` segment in that case. Reuse
get_model_cache_root() / get_dataset_cache_root() from file_utils,
which already handle both default and env-set layouts. Add tests
covering both scenarios.
---------
Co-authored-by: Yunnglin <mao.looper@qq.com >
2026-06-09 20:00:51 +08:00
Yunnglin
b87b344f47
Upgrade numpy to 2.x for 1.38 Docker images
...
- Replace deprecated numpy aliases (np.math.ceil → math.ceil, np.Inf → np.inf)
- Upgrade Docker constraints: numpy>=2.0, cython>=3.0, remove scipy upper bound
2026-06-08 14:52:00 +08:00
Yunnglin
872aa6eb64
update version v1.38.0
2026-06-01 18:19:44 +08:00
tastelikefeet
8bab4b9bc1
Fix bug: 1. patch_context cannot revert classmethod 2. kernels testcase miss trust_remote_code and revision ( #1729 )
2026-05-31 16:11:21 +08:00
Xingjun.Wang
76cf0450a1
Fix timeout for create_model_tag ( #1723 )
...
* update timeout for create_model_tag
* fix review comments
2026-05-29 14:10:45 +08:00
tastelikefeet
70197537df
Fix adaseq trust_remote_code ( #1721 )
2026-05-20 23:12:03 +08:00
雨泓
57961c1f4b
fix pipelines in plugin
2026-05-19 15:05:21 +08:00
tastelikefeet
d52d5e67b2
Add whitelist to iic and damo ( #1720 )
2026-05-19 12:53:02 +08:00
tastelikefeet
cddbabaed5
Fix pipeline parameter ( #1717 )
2026-05-15 14:06:55 +08:00
xvxuopop
6f347a203c
update npu dockerfile ( #1716 )
2026-05-14 10:36:31 +08:00
Xingjun.Wang
d968a2cf87
[Fix] Fix split detection ( #1714 )
2026-05-13 17:46:20 +08:00
Xingjun.Wang
a56e2ce08f
[Fix] fix invalid commit ( #1715 )
2026-05-13 17:46:07 +08:00
tastelikefeet
d77bc8f83b
fix trainer + trust_remote_code ( #1713 )
2026-05-12 19:16:13 +08:00
tastelikefeet
b7d47748ed
fix plugin ( #1712 )
2026-05-12 17:40:06 +08:00
tastelikefeet
c2b8d9f020
Fix plugin rce ( #1703 )
2026-05-09 14:44:09 +08:00
Xingjun.Wang
2da1d94913
fix upload cache ignore ( #1709 )
2026-05-08 15:14:08 +08:00
Xingjun.Wang
c15c5261e1
[Fix] Fix dataset preview args, private streaming auth, and download retries ( #1700 )
2026-05-08 15:13:52 +08:00
dwd
2f5f52fc3c
feat(docker/Metax): add metax dockerfile and its requirements for ms-swift 4.1.x ( #1689 )
2026-05-06 20:57:17 +08:00
tastelikefeet
68ab75af24
fix ( #1708 )
2026-05-06 20:54:46 +08:00
Xingjun.Wang
13064d9486
[Fix] Fix msdatasets split issue ( #1704 )
2026-05-05 23:49:23 +08:00
addsubmuldiv
c18f11ccbd
update ascend dockerfile ( #1687 )
2026-04-29 16:06:57 +08:00
Xingjun.Wang
f0ba7bf885
[Fix] Add endpoint for creating model repo ( #1699 )
2026-04-29 01:37:24 +08:00
tastelikefeet
b3808b7c20
Support kernels downloading ( #1697 )
2026-04-28 10:29:19 +08:00
Xingjun.Wang
10298197e0
[Fix] Update helper desc ( #1696 )
2026-04-27 21:21:04 +08:00
Xingjun.Wang
16a79bc80b
[Feat & Fix] Refactor endpoint arg for CLI ( #1695 )
2026-04-27 17:28:37 +08:00
Xingjun.Wang
b3599deb03
[Fix] Upload report ( #1694 )
2026-04-27 12:31:19 +08:00
Xingjun.Wang
4c34ac4b6c
[Refactor&Fix] Upload folder module refactor ( #1690 )
2026-04-24 18:26:21 +08:00
Xingjun.Wang
1d81c4612a
[Feature] Add openapi auth support ( #1686 )
2026-04-22 17:39:18 +08:00
Xingjun.Wang
862afeea7b
[Refactor] Refactor the modelscope download module ( #1683 )
2026-04-21 16:00:56 +08:00
addsubmuldiv
55af6ce8e4
update ascend dockerfile ( #1679 )
2026-04-17 17:04:26 +08:00
Jintao
6059df3635
[bugfix] compat swift 4.0 ( #1680 )
2026-04-16 15:30:02 +08:00
Xingjun.Wang
9cc43a3140
Fix GPG KEY ( #1678 )
...
* refactor hf datasets utils and fix issue
* update datasets version
* fix download cli
* add engine=python for stream loading csv
* fix dataset builder for csv engine=python
* fix datasets csv OverflowError
* update UT commit scheduler test level
* fix python gpg key
2026-04-14 15:57:33 +08:00
Xingjun.Wang
fc0e2159a3
[Fix] Fix preview csv stream loading ( #1665 )
2026-04-14 14:17:23 +08:00
Xingjun.Wang
25de84cfc0
[Feature] Add producer-consumer pipeline for uploading folder ( #1671 )
2026-04-13 14:21:27 +08:00
Xingjun.Wang
32d7c7062c
[Fix] fix token auth for downloading ( #1674 )
2026-04-11 14:07:46 +08:00
Xingjun.Wang
87ea8623cf
[Fix] Enhance the robustness of ModelScope download cli ( #1662 )
2026-04-01 14:28:33 +08:00
Xingjun.Wang
d4301d192c
[Fix | Refactor] Fix preview loading and refactor hf datasets utils ( #1654 )
2026-03-27 15:28:57 +08:00
Xingjun.Wang
837d28de89
[Fix] Skill DIR concat ( #1657 )
2026-03-27 11:11:16 +08:00
Xingjun.Wang
a49e1bc9c8
Feat/collections ( #1656 )
2026-03-26 12:51:21 +08:00
tastelikefeet
ce6a902d76
merge 1.35.1 to master ( #1653 )
2026-03-19 15:01:51 +08:00
tastelikefeet
487be28170
fix packaging dependency ( #1651 )
2026-03-19 14:42:59 +08:00
Xingjun.Wang
832d88cb02
[Fix] lazy import oss2 ( #1649 )
...
* lazy import oss2
* fix lint
2026-03-17 16:03:42 +08:00
tastelikefeet
a420e68953
Merge branch 'release/1.34'
...
# Conflicts:
# docker/build_image.py
2026-03-13 11:36:25 +08:00
Xingjun.Wang
f4dbe65110
[Fix] fix dataset util ( #1645 )
2026-03-13 10:36:11 +08:00
vx120
467a2206e3
add metax dockerfile and its requirements for ms-swift ( #1643 )
2026-03-10 16:11:49 +08:00
Xingjun.Wang
3c3b78f029
[Feat] dataset module refactor ( #1623 )
2026-03-09 17:35:31 +08:00
tastelikefeet
2fedc9bb9e
Feat/update docker file ( #1640 )
2026-03-09 14:21:38 +08:00
Li Wang
dbbcbf631f
make local_file_only configurable ( #1632 )
...
Signed-off-by: wangli <wangli858794774@gmail.com >
2026-03-09 13:03:22 +08:00
tastelikefeet
918a808dc2
compat with tf5.0 ( #1618 )
2026-03-07 22:40:43 +08:00