-
Notifications
You must be signed in to change notification settings - Fork 863
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
Added test cases for SageMaker MME requirements #2200
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2200 +/- ##
==========================================
- Coverage 71.52% 71.37% -0.16%
==========================================
Files 73 73
Lines 3329 3336 +7
Branches 57 57
==========================================
Hits 2381 2381
- Misses 945 952 +7
Partials 3 3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Now on model loading, I am getting code 507, but the message is as follows
This happens because here we are setting this. I don't know if we want to fix this in this PR. |
let's add sth like this at https://github.com/pytorch/serve/blob/master/frontend/server/src/main/java/org/pytorch/serve/util/ApiUtils.java#L283: |
@lxning Looks like that wasn't the right place. v value was 413 there. We can perhaps address this in another PR in interest of time? |
Description
Added 2 test cases for SageMaker MME requirements
APIs defined here
Fixes #(issue)
Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Checklist: