v0.6.11 🐋
github-actions
released this
19 Jan 08:16
·
10 commits
to refs/heads/main
since this release
🧭 What's Changed
- chore(client): ignore warnings when logger level is 0(error) (#3129) @tianweidut
- chore(controller):update jobs column to longtext which belong to model version (#3124) @goldenxinxing
- enhance(client): make the list(model/runtime/dataset) output of standalone instance consitent with cloud/server style (#3126) @tianweidut
- enhance(client): sort model/runtime/dataset history list by created_at field (#3127) @tianweidut
- enhance(docker): add conda bin into /usr/local/bin, make debug mode happy (#3120) @tianweidut
- enhance(docker): add pydistutils cfg file for setuptools easy install (#3121) @tianweidut
- enhance(sdk): support new typing hint example for transformers 4.36.0+ (#3116) @tianweidut
- example(LLM): change chatglm3 generation_config field type for command line arguments (#3128) @tianweidut
- example(LLM): use
@starwhale.argument
feature to refactor llm finetune examples (#3125) @tianweidut - feat(console): model argument schema support array/enum etc (#3132) @waynelwz
- feat(console): support model argument schema (#3122) @waynelwz
- feat: add custom args (#3117) @goldenxinxing
- fix(controller): 500 when get deleted project by name (#3123) @jialeicui
- fix(controller): allow recovering project if project is deleted (#3115) @jialeicui
- fix(controller): support multiple value (#3131) @goldenxinxing
- optimize(console): grid with extensive columns resulting in prolonged response times (#3114) @waynelwz
- update(console): editor bubble menu invalid when readonly & header dropdown zindex (#3118) @waynelwz