-
Notifications
You must be signed in to change notification settings - Fork 835
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
add prototype of distributed inference computing with Seldon & Ray #2517
add prototype of distributed inference computing with Seldon & Ray #2517
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Fri Oct 2 21:39:57 UTC 2020 impatient try |
Fri Oct 2 21:51:17 UTC 2020 impatient try |
Fri Oct 2 21:51:18 UTC 2020 impatient try |
Fri Oct 2 21:53:32 UTC 2020 impatient try |
/test integration |
Wed Oct 14 15:05:51 UTC 2020 impatient try |
Mon Nov 9 11:17:14 UTC 2020 impatient try |
Mon Nov 9 11:17:25 UTC 2020 impatient try |
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.
Added a couple of small comments
@@ -0,0 +1,22 @@ | |||
|
|||
FROM seldonio/seldon-core-s2i-python37:1.3.0-dev |
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.
update to 1.5
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.
1.5.0-dev?
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.
yeah
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.
Don't expect this to be frequently rebuild so I'd rather go with stable base, 1.4.0
maybe?
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.
This shoudl be updated by the release script, so it should be in-line with the version in version.txt
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.
Fixed
@@ -0,0 +1,7 @@ | |||
alibi==0.5.4 |
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.
I believe the current master uses 0.5.5
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.
This is only used to download training dataset.
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.
Ok should be fine
Mon Nov 9 17:11:49 UTC 2020 impatient try |
Mon Nov 9 17:11:53 UTC 2020 impatient try |
@RafalSkolasinski: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. I understand the commands that are listed here. |
There was some pr-build failure, looked like lint / licence related, I re-based onto master now. |
Mon Nov 9 17:27:55 UTC 2020 impatient try |
Mon Nov 9 17:28:22 UTC 2020 impatient try |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: axsaucedo 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 |
Tue Nov 10 13:21:29 UTC 2020 impatient try |
Tue Nov 10 13:21:43 UTC 2020 impatient try |
What this PR does / why we need it:
Example on using Ray to distribute single request as mini-batches.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: