serving
Here are 67 public repositories matching this topic...
-
Updated
Jul 21, 2021 - C++
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
-
Updated
Jun 20, 2021
For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.
Linter should also fail if generation of manifests produce diff with the commited version.
-
Updated
May 20, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Jan 3, 2021 - JavaScript
多模型共用TaskExecutor的疑问
ReloadableInferEngine::proc_initialize中使用TaskExecutor的是个单例,那么多个模型会一次去设置、启动同一个TaskExecutor;
在调用schedule()之后,TaskExecutor如何确定去调用哪个模型呢?
Http方式部署thread参数不起作用
这里的or前后顺序写反了
-
Updated
Jul 17, 2021 - Python
-
Updated
Jul 21, 2021 - Mustache
-
Updated
Jun 4, 2021 - Python
-
Updated
Apr 26, 2021 - Java
-
Updated
Jul 13, 2021 - Python
-
Updated
Jul 22, 2020
-
Updated
May 19, 2021 - C++
-
Updated
Jan 1, 2020
-
Updated
May 5, 2021 - Java
-
Updated
Nov 2, 2017 - Scala
-
Updated
Apr 21, 2021 - C++
-
Updated
Mar 4, 2021 - Python
-
Updated
Jun 28, 2021 - Jupyter Notebook
The format of current master branch UDF output, eva-reuse and my SSD object detector is different. Need a sync format.
-
Updated
Jul 5, 2021 - Python
-
Updated
Sep 9, 2019 - C++
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 4, 2021 - Java
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."
Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()and.to_arrow()APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note