serving
Here are 57 public repositories matching this topic...
-
Updated
Dec 25, 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
Dec 25, 2020
A redundant requirements file is present. It shall be removed.
-
Updated
Jan 3, 2019 - Python
-
Updated
Dec 19, 2020 - Python
-
Updated
Nov 17, 2020 - JavaScript
这里的or前后顺序写反了
-
Updated
Dec 21, 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
Dec 18, 2020 - Starlark
-
Updated
Dec 1, 2020 - Java
-
Updated
Oct 28, 2020 - Python
-
Updated
Dec 23, 2019 - Python
-
Updated
Nov 2, 2017 - Scala
-
Updated
Jul 22, 2020
-
Updated
Dec 2, 2020 - C++
-
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
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."


What is the problem?
It seems that Ray doesn't allow using a class variable to keep track of some shared class-level information, such as how many instances of the class have been created.
I understand there are at least a couple of ways I can accomplish sharing state across instances: