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(example): add serve handler for speech command #1718

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

jialeicui
Copy link
Contributor

@jialeicui jialeicui commented Jan 13, 2023

Description

  • Support model serving in speech command deom
  • Support file uploading or recording from microphone as input

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 Jan 13, 2023

Codecov Report

Merging #1718 (1f66664) into main (b6e1330) will increase coverage by 7.92%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #1718      +/-   ##
============================================
+ Coverage     82.30%   90.22%   +7.92%     
============================================
  Files           352       79     -273     
  Lines         18967     9634    -9333     
  Branches       1030        0    -1030     
============================================
- Hits          15610     8692    -6918     
+ Misses         2931      942    -1989     
+ Partials        426        0     -426     
Flag Coverage Δ
controller ?
standalone 90.22% <ø> (ø)
unittests 90.22% <ø> (ø)

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

Impacted Files Coverage Δ
...ai/starwhale/mlops/domain/job/cache/JobLoader.java
...e/mlops/domain/storage/StoragePathCoordinator.java
...ops/domain/job/step/trigger/SimpleStepTrigger.java
...tarwhale/mlops/api/protocol/runtime/RuntimeVo.java
...mlops/storage/minio/StorageAccessServiceMinio.java
.../starwhale/mlops/schedule/k8s/JobEventHandler.java
...le/mlops/domain/bundle/recover/RecoverManager.java
...va/ai/starwhale/mlops/datastore/ColumnTypeMap.java
...arwhale/mlops/datastore/parquet/SwReadSupport.java
...va/ai/starwhale/mlops/domain/bundle/BundleUrl.java
... and 263 more

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

Copy link
Contributor

@goldenxinxing goldenxinxing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jialeicui jialeicui merged commit d21c057 into star-whale:main Jan 16, 2023
@jialeicui jialeicui deleted the speech branch January 16, 2023 08:54
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