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

[DOC] fix the commands to post files with curl #1307

Merged
merged 1 commit into from
Dec 6, 2020
Merged

Conversation

bojiang
Copy link
Member

@bojiang bojiang commented Dec 5, 2020

Description

Motivation and Context

#1224

How Has This Been Tested?

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature and improvements (non-breaking change which adds/improves functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Code Refactoring (internal change which is not user facing)
  • Documentation
  • Test, CI, or build

Component(s) if applicable

  • BentoService (service definition, dependency management, API input/output adapters)
  • Model Artifact (model serialization, multi-framework support)
  • Model Server (mico-batching, dockerisation, logging, OpenAPI, instruments)
  • YataiService gRPC server (model registry, cloud deployment automation)
  • YataiService web server (nodejs HTTP server and web UI)
  • Internal (BentoML's own configuration, logging, utility, exception handling)
  • BentoML CLI

Checklist:

  • My code follows the bentoml code style, both ./dev/format.sh and
    ./dev/lint.sh script have passed
    (instructions).
  • My change reduces project test coverage and requires unit tests to be added
  • I have added unit tests covering my code change
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

@codecov
Copy link

codecov bot commented Dec 5, 2020

Codecov Report

Merging #1307 (d54e6c9) into master (38fe652) will increase coverage by 0.62%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1307      +/-   ##
==========================================
+ Coverage   66.64%   67.27%   +0.62%     
==========================================
  Files         144      144              
  Lines        9310     9310              
==========================================
+ Hits         6205     6263      +58     
+ Misses       3105     3047      -58     
Impacted Files Coverage Δ
bentoml/adapters/dataframe_input.py 90.24% <ø> (ø)
bentoml/adapters/file_input.py 88.23% <ø> (ø)
bentoml/adapters/image_input.py 91.89% <ø> (ø)
bentoml/frameworks/onnx.py 81.69% <0.00%> (+81.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38fe652...d54e6c9. Read the comment docs.

@bojiang bojiang merged commit 96cf2bf into bentoml:master Dec 6, 2020
@bojiang bojiang deleted the doc2 branch December 6, 2020 02:24
uhbuhb pushed a commit to MLH-Fellowship/BentoML that referenced this pull request Feb 17, 2021
aarnphm pushed a commit to aarnphm/BentoML that referenced this pull request Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant