From 1e5d51f2be4b0a4c46dffbbe73570e7cf85b1feb Mon Sep 17 00:00:00 2001 From: binbin Deng <108676127+plusbang@users.noreply.github.com> Date: Mon, 14 Nov 2022 15:10:54 +0800 Subject: [PATCH] Chronos: add serving forecaster example in document (#6218) --- .../source/_static/js/chronos_tutorial.js | 2 +- .../source/doc/Chronos/QuickStart/index.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/readthedocs/source/_static/js/chronos_tutorial.js b/docs/readthedocs/source/_static/js/chronos_tutorial.js index fbec837d..da1d5ee7 100644 --- a/docs/readthedocs/source/_static/js/chronos_tutorial.js +++ b/docs/readthedocs/source/_static/js/chronos_tutorial.js @@ -65,7 +65,7 @@ $(".checkboxes").click(function(){ "MultvarWIDE","MultstepWIDE","LSTMF","AutoPr","AnomalyDetection", "DeepARmodel","TFTmodel","hyperparameter","taxiDataset","distributedFashion", "ONNX","Quantize","TCMF","PenalizeUnderestimation", - "GPUtrainingCPUacceleration"]; + "GPUtrainingCPUacceleration","ServeForecaster"]; showTutorials(ids); var disIds = ["simulation"]; disCheck(disIds); diff --git a/docs/readthedocs/source/doc/Chronos/QuickStart/index.md b/docs/readthedocs/source/doc/Chronos/QuickStart/index.md index d93b4e6a..7776674a 100644 --- a/docs/readthedocs/source/doc/Chronos/QuickStart/index.md +++ b/docs/readthedocs/source/doc/Chronos/QuickStart/index.md @@ -353,6 +353,19 @@
Tag: + + +
+
View source on GitHub
+ In this example, we show how to serve Chronos forecaster and predict through TorchServe.
+