BentoML
BentoML copied to clipboard
fix(scheduling): raise an error if user provide a invalid resources request
Codecov Report
Merging #2894 (0ce88b2) into main (7eab6ce) will decrease coverage by
0.69%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #2894 +/- ##
==========================================
- Coverage 70.85% 70.15% -0.70%
==========================================
Files 103 120 +17
Lines 9328 9785 +457
==========================================
+ Hits 6609 6865 +256
- Misses 2719 2920 +201
Impacted Files | Coverage Δ | |
---|---|---|
bentoml/_internal/runner/strategy.py | 84.21% <0.00%> (+10.07%) |
:arrow_up: |
bentoml/xgboost.py | 0.00% <0.00%> (ø) |
|
bentoml/onnx.py | 0.00% <0.00%> (ø) |
|
bentoml/transformers.py | 0.00% <0.00%> (ø) |
|
bentoml/mlflow.py | 0.00% <0.00%> (ø) |
|
bentoml/exceptions.py | 93.33% <0.00%> (ø) |
|
bentoml/keras.py | 0.00% <0.00%> (ø) |
|
bentoml/picklable_model.py | 0.00% <0.00%> (ø) |
|
bentoml/torchscript.py | 55.55% <0.00%> (ø) |
|
bentoml/sklearn.py | 0.00% <0.00%> (ø) |
|
... and 14 more |
There were CI test failures. Could you please take a look, @bojiang?