serving
Here are 78 public repositories matching this topic...
-
Updated
Jun 20, 2022 - 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 7, 2022
The documentation for creating complex inference graphs should include what components can be connected to what, and how the overall graph should behave.
For example, all inference graphs need to end with a single node, whether its a combiner combining multiple inputs, or a transformer, or a model--the graph can't split and then never rejoin, etc.
I've noticed that there is an error in the code:
https://github.com/pytorch/serve/blob/a4d5090e114cdbeddf5077a817a8cd02d129159e/ts/model_loader.py#L92
There is an attempt to read the MANIFEST.json file, and there is use of the / charecter which used as a seperator in the Linux os, and in Windows there is use of the back-slash \, so this line creates always an invalid path so the loader d
-
Updated
Jan 7, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Jan 3, 2021 - JavaScript
serving是不是不支持VGPU
NVIDIA-DOCKER 部署paddleserving的ocr服务,没有问题。
但是在私有BML上部署的时候,服务调用不了。请问是不是gpu虚拟卡的问题。
-
Updated
Jun 20, 2022 - C++
-
Updated
Jun 14, 2022 - Python
-
Updated
Jan 24, 2022 - Mustache
-
Updated
Jun 17, 2022 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 20, 2022 - Java
-
Updated
Apr 12, 2022 - Java
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
Nov 7, 2021 - C++
-
Updated
Jul 22, 2020
-
Updated
Jan 1, 2020
-
Updated
Mar 31, 2022 - Java
-
Updated
Jun 9, 2022 - C++
-
Updated
Jun 18, 2022 - Python
The format of current master branch UDF output, eva-reuse and my SSD object detector is different. Need a sync format.
-
Updated
Nov 2, 2017 - Scala
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."
Reporters do not apply
sort_by_metricif metric is passed throughtune.run.I tried to pass
metricargument toCLIReporter, however, I obtained this error: