Commit Graph

2825 Commits

Author SHA1 Message Date
tastelikefeet
7579fac6f3 fix ut (#1143) 2024-12-11 10:19:29 +08:00
yuze.zyz
1366dcf479 fix ut 2024-12-10 19:28:51 +08:00
suluyana
40b689795a Fix ollama template (#1141)
* add marco o1

* add qwq

* feat: llama3.3

* fix space , add exaone3.5 , fix ministral
2024-12-10 14:22:02 +08:00
Yunlin Mao
31bf308e44 downgrade moviepy to 1.0.3 (#1133) 2024-12-10 10:10:01 +08:00
tastelikefeet
d2ef1003ea Skip obsolete sd pipeline (#1131) 2024-12-05 20:07:32 +08:00
Yingda Chen
101b9249f8 fix missing import (#1126)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-05 09:26:34 +08:00
Yingda Chen
8d66932e3f make hash validation optional (#1124)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-04 18:46:48 +08:00
Yingda Chen
c67ffd4cbc optional hash 2024-12-04 18:25:52 +08:00
Yingda Chen
0411beeb05 fix windows path (#1119)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-03 21:57:50 +08:00
Yingda Chen
140ac66c62 fix windows path 2024-12-03 21:51:35 +08:00
Yingda Chen
e32a9361e3 fix accuracy case sensitiveness (#1118)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-03 21:25:18 +08:00
Yingda Chen
1950ec1839 add hash verficiation into cache file existence check (#1116)
* add hash check into cache file existence check

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-02 19:29:11 +08:00
Jintao
0daf77d489 remove unnecessary code (#1115)
* remove the extra rows
---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-02 15:34:23 +08:00
Yingda Chen
3017a70262 Handle unsupported Transformers class, and add more auto classes (#1113)
* optimize unsupported transformer class and add more automodel

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-12-02 15:17:17 +08:00
Yunlin Mao
a4582012ff fix tqdm bar (#1108) 2024-12-01 15:38:03 +08:00
Jintao
a721220fa1 release transformers version to 4.33-4.46 (#1111) 2024-12-01 15:32:33 +08:00
tastelikefeet
46c4ce9bdd support tag ci_image (#1112) 2024-12-01 15:17:25 +08:00
Jintao
b1e1f66fad Merge release 1.20 docker (#1109) 2024-11-29 13:44:36 +08:00
Yingda Chen
95cad91c21 add transformers compatability for Vision2seq (#1107)
* add vision2seq
---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-29 10:35:50 +08:00
Yingda Chen
3e13cc899b add transformer support for Qwen2vl (#1106)
* add qwen2vlconfig

* rearrange

---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-28 20:08:14 +08:00
Yingda Chen
e2bd302175 fix potential double definition for ocr pipeline (#1102)
* fix potential double definition issue
---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-28 00:43:24 +08:00
Yunlin Mao
a7856a5995 add multi-thread download (#1095)
* add thread download

* add thread download

* fix print

* change default workers to 8

* fix return cache path

* manage tqdm progress bars

---------

Co-authored-by: DaozeZhang <zdz408@126.com>
2024-11-26 20:22:36 +08:00
Yingda Chen
6d9e6d57c0 More automodel (#1098)
* add more hf alias

---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-25 22:16:05 +08:00
Yingda Chen
4a3b255d53 change warning to debug (#1099)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-25 22:15:03 +08:00
Yingda Chen
5ca12c6cc4 Llamafile support gpu flag (#1097)
* add gpu flag when gpu is detected

* fix typo

* fix typo

* add printout prompt

---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-25 16:31:52 +08:00
Jintao
e3f63fd1ea lazy print ast logs (#1089) 2024-11-25 10:32:16 +08:00
Yingda Chen
2b1c839918 Format llm pipeline (#1094)
* format llm pipeline

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-22 20:04:59 +08:00
Yingda Chen
ddc5fab311 Add AutoModelForImageSegmentation and T5EncoderModel; Support from subfolder option (#1096)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-22 19:43:47 +08:00
Jintao
d687c9c514 fix tensorflow warning (#1093) 2024-11-22 09:52:56 +08:00
Mashiro
18de9c079e refactor(models/audio/ans): Optimize zipformer and scaling layers ope… (#1088)
* refactor(models/audio/ans): Optimize zipformer and scaling layers operations

This change modifies some operations in `zipformer` and `scaling` to use an in-place method for efficiency.

---------

Co-authored-by: Haoxu Wang <wanghaoxu.whx@alibaba-inc.com>
2024-11-20 16:18:33 +08:00
Yingda Chen
63febc58a6 add llamafile support to command line (#1087)
* add llamafile support to command line


Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-20 09:24:58 +08:00
Yingda Chen
91d85f23c2 Fix dependency (#1085)
* fix yaml dependency for hub

---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-14 16:41:24 +08:00
Yingda Chen
d25b27f6d5 Log reduce (#1081)
* do not print log for symbolic link creation failure due to existing ones


Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-13 18:43:38 +08:00
Yingda Chen
d322854c6f fix log for downloading to local dir (#1080)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-12 12:15:29 +08:00
Jintao
da47da41bc Fix facial 68ldk detection (#1078) 2024-11-11 16:52:59 +08:00
Jintao
e961f1671d Update docker from release/1.20 (#1077) 2024-11-11 14:56:36 +08:00
Jintao
61c2fd97e4 Update llm docker (#1076) 2024-11-08 18:09:05 +08:00
Jintao
a393b6ef24 update docker (#1075) 2024-11-08 15:49:50 +08:00
Jintao
d02d887918 update docker (#1073) 2024-11-08 10:56:39 +08:00
Jintao
125f44fb20 update docker evalscope version (#1071) 2024-11-07 18:56:17 +08:00
suluyana
19fc9dc3f1 feat ollama template: llama3.2-vision (#1070) 2024-11-07 16:09:12 +08:00
Jintao
a51f25abdf fix docker numpy version (#1069) 2024-11-07 13:58:08 +08:00
tastelikefeet
33308cedd4 fix numpy build error (#1068) 2024-11-06 20:40:58 +08:00
tastelikefeet
6856b157ed try to reduce the image size of llm (#1067) 2024-11-06 15:52:08 +08:00
Jintao
9cf74e01c0 Fix the missing __init__.py file (#1066) 2024-11-06 13:22:06 +08:00
Yingda Chen
1a9ada4e06 create a symbolic link for special models that has been masked to avoid dot in model name (#1063) 2024-11-04 20:44:54 +08:00
tastelikefeet
43536064d5 default install tf-keras (#1064) 2024-11-04 20:15:18 +08:00
suluyana
5e78f92e24 Feat(multimodal model):ovis vl pipeline (#1057) 2024-11-04 14:24:07 +08:00
suluyana
ae1541846b Template.to_ollama: add new argument split (#1039)
feat: 1. add new argument `split` 2. ollama template
2024-11-04 13:46:07 +08:00
Yingda Chen
0b47683f69 improve upload model, remove requirment for configuration.json (#1062)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
2024-11-04 13:33:23 +08:00