Commit Graph

2746 Commits

Author SHA1 Message Date
xingjun.wxj
06adcdab46 fix some bugs in HubApi 2025-06-12 21:51:04 +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
biliyoubala
cba45c4b54 fix: 解决多次调用后的显存泄露。 (#1349) 2025-05-29 15:34:17 +08:00
Yingda Chen
61522d9e07 fix 2025-05-29 15:07:33 +08:00
Yingda Chen
0d9b8eb5ed direct upload 2025-05-29 13:45:06 +08:00
Yunlin Mao
093ae87111 Update 1.26.0 docker image dependency (#1339) 2025-05-28 17:36:07 +08:00
Yunlin Mao
b034267345 [Feature] Add scan_cache_dir function (#1348)
* init cache manager

* add scan cache

* fix lint

* add scan cache unit test

* add download first for scan cache test
2025-05-28 09:59:03 +08:00
Yingda Chen
dc2cf76f9e Update README.md 2025-05-23 09:49:03 +08:00
Yingda Chen
d46e760cb8 Update README.md 2025-05-23 09:46:48 +08:00
Xingjun.Wang
b4e682ec8e Add setuptools for hub requirements (#1343)
* add setuptools in hub.txt and update setuptools version
2025-05-22 10:44:47 +08:00
Yunlin Mao
a5685cd4a2 Update publish.yaml ubuntu version (#1334)
This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101
2025-05-16 10:25:30 +08:00
tastelikefeet
75d54927e1 Support trust_remote_code for pipeline and model (#1333) 2025-05-13 22:52:57 +08:00
co63oc
c30bfeb777 Fix typos (#1328) 2025-05-08 16:10:54 +08:00
co63oc
8e88ddb022 Fix typos in multiple files (#1329) 2025-05-08 16:10:28 +08:00
tastelikefeet
a91f19ea54 Support downloading exact file for hf wrapper (#1323) 2025-04-30 14:57:59 +08:00
Xingjun.Wang
806ac2b05e enable intra-cloud acceleration (#1315) 2025-04-25 15:49:21 +08:00
NononoSugar
8f3e1845d2 feat: new ollama template (#1318)
Co-authored-by: jbh02127155 <jbh02127155@alibaba-inc.com>
2025-04-24 12:43:07 +08:00
Jintao
03dbc7bd11 Merge release1.25 to master (#1319) 2025-04-23 13:40:54 +08:00
Jintao
d507271a4f better error raise (#1301) 2025-04-08 23:25:19 +08:00
tastelikefeet
c015a5da9a add more ignore patterns (#1303) 2025-04-08 18:54:13 +08:00
Yunfeng Wang
5a0d8b6523 fix: Update speaker_verification_rdino_pipeline.py (#1300) 2025-04-07 15:45:40 +08:00
Jintao
32aefd7428 Merge release1.24 to master (#1298) 2025-04-07 13:32:09 +08:00
Jintao
3bfff5cb53 Add swift docker (#1299) 2025-04-07 13:24:18 +08:00
Xingjun.Wang
6b9bfdf25a Set kwsbp==0.0.6 (#1293)
* set kwsbp==0.0.6 to avoid install 0.1.0 version which is invalid wheel package on PyPI

* update ddpm_guided_diffusion, shotdetect_scenedetect_lgss,MinDAEC
2025-04-07 10:24:45 +08:00
Xingjun.Wang
6adc8614c9 Add create_repo and upload UTs (#1282)
* add delete_repo, delete_dataset, exists_ok in create_repo

* add UT for create_repo
2025-04-07 10:24:26 +08:00
Peng Qu
e85fe5e885 fix undefined name tf, while execute tf.stack (#1294) 2025-04-06 11:45:15 +08:00
Xingjun.Wang
6da2e8a698 Merge pull request #1288 from modelscope/fix/hf_util_ut
Add login for HFUtilTest
2025-03-27 22:47:16 +08:00
Yingda Chen
b2429cd960 fix windows path (#1286)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2025-03-27 22:46:17 +08:00
xingjun.wxj
10aa2c6bd8 add login for HFUtilTest 2025-03-27 22:42:48 +08:00
tastelikefeet
b2244f38b4 Lazy import hf modules (#1283) 2025-03-24 14:27:37 +08:00
Xingjun.Wang
648cbb147e Merge pull request #1275 from TueVNguyen/tuenv/fix_load_hf
fix load dataset from huggingface hub
2025-03-21 12:58:14 +08:00
suluyana
1d1463434d fix: pipeline builder (#1280)
* fix pipeline builder
---------

Co-authored-by: suluyan <suluyan.sly@aliabab-inc.com>
2025-03-21 12:29:06 +08:00
TueVNguyen
665ed127a3 fixup! fix load dataset from huggingface hub 2025-03-21 04:23:08 +00:00
TueNguyen
a7aa1467b7 fix load dataset from huggingface hub 2025-03-19 15:30:14 +00:00
suluyana
41ad01681f ollama_template gemma3, command-a (#1264)
Co-authored-by: suluyan <suluyan.sly@aliabab-inc.com>
2025-03-19 08:44:48 +08:00
tastelikefeet
231d816780 Fix downloading with specified class name (#1270) 2025-03-18 16:11:42 +08:00