-
Notifications
You must be signed in to change notification settings - Fork 114
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
test: Add TorchServe FVT #294
Conversation
8b6ae3b
to
43d1c75
Compare
Signed-off-by: Rafael Vasquez <[email protected]>
Signed-off-by: Rafael Vasquez <[email protected]>
To unblock this PR, will work with @ckadner to add the TorchServe model used for the new FVT test to the |
@rafvasq -- I pushed a new https://hub.docker.com/r/kserve/modelmesh-minio-dev-examples/tags |
Even though the FVTs are failing, I no longer see the
So I assume the new |
@ckadner, that's right. I can see that the
I did have to update Seems like it's getting past the TorchServe tests though so I believe the new |
b7b1434
to
a73852b
Compare
Signed-off-by: Rafael Vasquez <[email protected]>
828b052
to
8bf62f9
Compare
- TS FVTs have been proven to pass but inconsistently due to resource constraints Signed-off-by: Rafael Vasquez <[email protected]>
Hi @rafvasq -- I see you are still battling FVT errors. When I checked yesterday, I saw this error which I assume was caused by resource restriction.
Should we try to increase the resources on the FVT cluster to accommodate the additional workload? |
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.
/lgtm
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.
Thanks @rafvasq LGTM, just a small comment.
@@ -112,6 +112,15 @@ var predictorsArray = []FVTPredictor{ | |||
differentPredictorName: "xgboost", | |||
differentPredictorFilename: "xgboost-predictor.yaml", | |||
}, | |||
// TorchServe test is currently disabled |
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.
Maybe add the reason here?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, njhill, rafvasq The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Motivation
Support for TorchServe was added in #250 and kserve/modelmesh-runtime-adapter#34. A test should be added for it as well.
Modifications
Result
Closes #280