Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(client): model serving support model uri and runtime uri #1628

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

jialeicui
Copy link
Contributor

@jialeicui jialeicui commented Dec 19, 2022

Description

Modules

  • UI
  • Controller
  • Agent
  • Client
  • Python-SDK
  • Others

Checklist

  • run code format and lint check
  • add unit test
  • add necessary doc

@codecov
Copy link

codecov bot commented Dec 19, 2022

Codecov Report

Merging #1628 (c526e5a) into main (4f0afa9) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head c526e5a differs from pull request most recent head 327a85a. Consider uploading reports for the commit 327a85a to get more accurate results

@@            Coverage Diff            @@
##               main    #1628   +/-   ##
=========================================
  Coverage     80.23%   80.23%           
+ Complexity     1890     1889    -1     
=========================================
  Files           357      356    -1     
  Lines         18933    18915   -18     
  Branches        953      952    -1     
=========================================
- Hits          15191    15177   -14     
+ Misses         3345     3340    -5     
- Partials        397      398    +1     
Flag Coverage Δ
controller 75.04% <0.00%> (-0.01%) ⬇️
standalone 84.53% <0.00%> (ø)
unittests 84.53% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...n/java/ai/starwhale/mlops/datastore/DataStore.java 88.07% <0.00%> (-0.67%) ⬇️
...java/ai/starwhale/mlops/domain/model/ModelDao.java 76.92% <0.00%> (ø)
.../ai/starwhale/mlops/domain/dataset/DatasetDao.java 72.00% <0.00%> (ø)
.../ai/starwhale/mlops/domain/model/ModelService.java 66.66% <0.00%> (ø)
.../ai/starwhale/mlops/domain/runtime/RuntimeDao.java 76.92% <0.00%> (ø)
...i/starwhale/mlops/domain/bundle/BundleManager.java 100.00% <0.00%> (ø)
...starwhale/mlops/domain/project/ProjectManager.java 86.66% <0.00%> (ø)
...starwhale/mlops/domain/project/ProjectService.java 80.27% <0.00%> (ø)
...starwhale/mlops/domain/runtime/RuntimeService.java 71.62% <0.00%> (ø)
...le/mlops/configuration/CommonExceptionHandler.java 0.00% <0.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jialeicui jialeicui force-pushed the serve-in-docker branch 5 times, most recently from 9d273ee to 37ba311 Compare December 20, 2022 02:43
@tianweidut tianweidut merged commit 1287fb9 into star-whale:main Dec 20, 2022
@jialeicui jialeicui deleted the serve-in-docker branch December 20, 2022 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants