star-whale / starwhale

an MLOps/LLMOps platform
https://starwhale.ai
Apache License 2.0
208 stars 35 forks source link

feat(controller): support online eval in fine-tune space #3031

Closed goldenxinxing closed 11 months ago

goldenxinxing commented 11 months ago

Description

Modules

Checklist

codecov[bot] commented 11 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (94fe64d) 82.76% compared to head (9f83f4d) 82.85%.

Files Patch % Lines
...ain/java/ai/starwhale/mlops/api/JobController.java 0.00% 2 Missing :warning:
...ava/ai/starwhale/mlops/api/FineTuneController.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3031 +/- ## ============================================ + Coverage 82.76% 82.85% +0.09% - Complexity 3157 3159 +2 ============================================ Files 559 556 -3 Lines 30644 30444 -200 Branches 1838 1778 -60 ============================================ - Hits 25362 25224 -138 + Misses 4471 4410 -61 + Partials 811 810 -1 ``` | [Flag](https://app.codecov.io/gh/star-whale/starwhale/pull/3031/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=star-whale) | Coverage Δ | | |---|---|---| | [console](https://app.codecov.io/gh/star-whale/starwhale/pull/3031/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=star-whale) | `?` | | | [controller](https://app.codecov.io/gh/star-whale/starwhale/pull/3031/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=star-whale) | `73.93% <75.00%> (+0.02%)` | :arrow_up: | | [standalone](https://app.codecov.io/gh/star-whale/starwhale/pull/3031/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=star-whale) | `91.96% <100.00%> (+<0.01%)` | :arrow_up: | | [unittests](https://app.codecov.io/gh/star-whale/starwhale/pull/3031/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=star-whale) | `91.96% <100.00%> (+0.28%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=star-whale#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.