-
Notifications
You must be signed in to change notification settings - Fork 791
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
feat: separate CI, lazily load heavily module #1829
Conversation
Codecov Report
@@ Coverage Diff @@
## bentoml-1.0 #1829 +/- ##
===============================================
+ Coverage 20.32% 21.05% +0.73%
===============================================
Files 106 106
Lines 6161 6145 -16
===============================================
+ Hits 1252 1294 +42
+ Misses 4909 4851 -58
Continue to review full report at Codecov.
|
@@ -41,6 +41,7 @@ | |||
"chardet", | |||
"simple-di==0.1.1", | |||
"cloudpickle", | |||
"mypy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: We will revisit the mypy dependency once we have access to ParamSpec. |
* feat: separate CI, lazily load heavily module * refactor: rename ci, add concurrency * fix: consistent naming CI * fix: minor * fix: ci * fix: imports * fix: paddle
Description
Jax and GPU support will be addressed once some 1.0 features are decided
Checklist:
./dev/format.sh
and./dev/lint.sh
script have passed(instructions).