The Wayback Machine - https://web.archive.org/web/20201017151416/https://github.com/topics/serving
Skip to content
#

serving

Here are 53 public repositories matching this topic...

AmeerHajAli
AmeerHajAli commented Oct 14, 2020

When running in cluster mode, passing references does not work, e.g.,:

auto r3 = Ray::Task(Return1).Remote();
auto r4 = Ray::Task(Plus1, r3).Remote(); // passing r3 as reference argument

CC @SongGuyang

  • I have verified my script runs in a clean environment and reproduces the issue.
  • I have verified the issue also occurs with the [latest wheels](https://docs.ray.io/en
vespa
axsaucedo
axsaucedo commented Jul 11, 2020

Currently the way that the predict function converts the incoming data and more importantly the return statement is quite obscure, and the community tends to just look at the util.py functions, however they shouldn't have the need to read the source to know what rules apply. For this it would be useful to ahve a table or a high level overview of the rules that apply in regards to what data types g

Improve this page

Add a description, image, and links to the serving topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serving topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.