v0.6.6 🐋
github-actions
released this
30 Nov 03:26
·
79 commits
to refs/heads/main
since this release
🧭 What's Changed
- example: add llm-finetune example: baichuan2 (#2973) @tianweidut
- bug(SDK): fix the ingestion process for list in huggingface datasets (#3012) @tianweidut
- chore(ci): add gradio dependency for e2e runtime (#3026) @tianweidut
- chore(ci): enable github e2e test using the
swcli server start
command (#3042) @tianweidut - chore(ci): make e2e stable (#3005) @jialeicui
- chore(ci): reduce client unit test for pydantic versions (#3043) @jialeicui
- chore(client): use pydantic v2 (#3019) @jialeicui
- chore(console): remove custom gradio related actions (#3033) @jialeicui
- chore(controller): add 'cos' schema name for QCloud (#3015) @anda-ren
- chore(controller): add env for gradio root when web service uses proxy (#2996) @jialeicui
- chore(controller): make JobUpdateHelperTest stable (#3006) @anda-ren
- chore(controller): rename eval dataset to validation (#2993) @goldenxinxing
- chore(controller): rename for finetune info (#2995) @goldenxinxing
- enhance(SDK): add finetune tag automatically when the model building is triggered by the finetune decorator (#3008) @tianweidut
- enhance(SDK): tune finetune decorator for Dataset type arguments (#3007) @tianweidut
- enhance(client): embed model serving spec into job spec (#3032) @jialeicui
- enhance(client): new impl of model serving (#2978) @jialeicui
- enhance(client): online service spec support component value spec (#3037) @jialeicui
- enhance(client): question answering infer type support multiple args (#2997) @jialeicui
- enhance(client): support gradio components in api decorator (#2991) @jialeicui
- enhance(client): support pydantic v1 and v2 (#3030) @jialeicui
- enhance(client): support text to img infer type (#3044) @jialeicui
- enhance(client): update model list output (#3004) @tianweidut
- enhance(console): support llm chat page (#3016) @jialeicui
- example(LLM): update baichuan2 example for including lora finetune module (#3009) @tianweidut
- example(finetune): add chatglm3 evaluation and finetune example (#3025) @tianweidut
- example: add helloworld example - fast, sufficient and light (#3000) @tianweidut
- example: add notebook for helloworld example (#3024) @tianweidut
- feat(SDK): support image mode convert for
Image
type (#3010) @tianweidut - feat(client): add local server start/stop/status command (#3035) @tianweidut
- feat(console): support fine tune eval (#3028) @waynelwz
- feat(controller): add docker dispatched container to a network (#3041) @anda-ren
- feat(controller): add import and export for ft eval (#3002) @goldenxinxing
- feat(controller): add more filter for model tree (#3013) @goldenxinxing
- feat(controller): add spaceInfo api (#3001) @anda-ren
- feat(controller): ft target model decide by controller (#2979) @anda-ren
- feat(controller): support online eval in fine-tune space (#3031) @goldenxinxing
- feat(datastore): add table migration (#3003) @goldenxinxing
- feat: suport fine-tuning spaces (#2998) @waynelwz
- fix(ci): fix ci release dependency error (#3038) @anda-ren
- fix(ci): sync latest image in whatever case (#3039) @anda-ren
- fix(client): make llm chat service works with pydantic v2 (#3027) @jialeicui
- fix(client): online serving failed when run in pod (#3040) @jialeicui
- fix(controller): Collector.toMap require non-null value (#3020) @goldenxinxing
- fix(controller): add constructor for the class which used for deserialization (#3034) @goldenxinxing
- fix(controller): add resource validation for ftspace (#3017) @goldenxinxing
- fix(controller): add step spec extra param (#2992) @goldenxinxing
- fix(controller): add validation for eval import/export (#3018) @goldenxinxing
- fix(controller): fix FsStorageSignature object not installed by spring (#3045) @anda-ren
- fix(controller): fix multiple same env on console (#3014) @anda-ren
- fix(controller): fix user input duplicate env error when finetuning (#3023) @anda-ren
- fix(controller): run log save doesn't break status report (#2994) @anda-ren
- fix(controller): storage file service support put method (#3036) @anda-ren
- fix(example): make mnist mp build works (#3022) @jialeicui
- refactor(controller): move handler to user job request (#3021) @anda-ren
- refactor(storage): remove autofit package (#2999) @xuchuan
⚙️ Who Contributes
@anda-ren, @goldenxinxing, @jialeicui, @tianweidut, @waynelwz and @xuchuan