serving
Here are 54 public repositories matching this topic...
-
Updated
Nov 26, 2020 - C++
PrestoDB https://prestodb.io .. is widely used as SQL frontend for many different data-sources, including ElasticSearch, and even files in S3 .. would be very nice if there would be a Connector available for Vespa.
-
Updated
Nov 13, 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
-
Updated
Jan 3, 2019 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 25, 2020 - HTML
Problem description
This is a request for a new feature on CI testing.
We would like to have a larger coverage for converter CI tests.
You may refer here https://github.com/microsoft/hummingbird/tree/master/tests for traditional ML -> {PyTorch, ONNX} first.
Other Information
Roadmap (you may change this as you prefer)
-
Updated
Oct 13, 2020 - Java
-
Updated
Jan 1, 2020
-
Updated
Oct 28, 2020 - Starlark
-
Updated
Nov 25, 2020 - Java
-
Updated
Dec 23, 2019 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Nov 2, 2017 - Scala
-
Updated
Jul 22, 2020
-
Updated
May 4, 2020 - Python
-
Updated
Sep 9, 2019 - C++
-
Updated
Mar 27, 2018 - Python
-
Updated
Apr 21, 2018 - PHP
-
Updated
Nov 24, 2020 - Java
-
Updated
Feb 7, 2020 - Python
-
Updated
Aug 27, 2019 - Python
-
Updated
May 11, 2019 - C++
Improve this page
Add a description, image, and links to the serving topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serving topic, visit your repo's landing page and select "manage topics."


When I have a cluster already running, I sometimes want to re-run the setup commands even if there's no changes, without having to shut down the cluster. For example if I am installing a package via a Github repo, I want to trigger the install again after pushing new changes.
However, calling
ray updoesn