mlchain-python icon indicating copy to clipboard operation
mlchain-python copied to clipboard

Handle gevent monkey patch and update pipeline

Open meocong opened this issue 3 years ago • 1 comments

I would want to update the fix of gevent when working with Triton, please check

meocong avatar Sep 11 '22 03:09 meocong

Codecov Report

Base: 47.52% // Head: 49.16% // Increases project coverage by +1.63% :tada:

Coverage data is based on head (f46da7b) compared to base (a52cf88). Patch coverage: 70.37% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   47.52%   49.16%   +1.63%     
==========================================
  Files          41       42       +1     
  Lines        3825     3726      -99     
==========================================
+ Hits         1818     1832      +14     
+ Misses       2007     1894     -113     
Impacted Files Coverage Δ
mlchain/config.py 50.00% <0.00%> (-3.25%) :arrow_down:
mlchain/workflows_sync/limiter.py 76.11% <0.00%> (ø)
mlchain/__init__.py 85.71% <71.42%> (-4.77%) :arrow_down:
mlchain/workflows_sync/pipeline.py 73.80% <73.80%> (ø)
mlchain/server/base.py 41.80% <100.00%> (+1.00%) :arrow_up:
mlchain/workflows/__init__.py 100.00% <100.00%> (ø)
mlchain/workflows_sync/__init__.py 100.00% <100.00%> (ø)
mlchain/workflows_sync/parallel.py 70.96% <100.00%> (ø)
mlchain/base/log.py 51.78% <0.00%> (-16.08%) :arrow_down:
mlchain/server/flask_server.py 40.57% <0.00%> (-0.82%) :arrow_down:
... and 7 more

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

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 11 '22 03:09 codecov[bot]