Chronos: add serving forecaster example in document (#6218)

This commit is contained in:
binbin Deng 2022-11-14 15:10:54 +08:00 committed by GitHub
parent 348c6aa092
commit 1e5d51f2be
2 changed files with 14 additions and 1 deletions

View file

@ -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);

View file

@ -353,6 +353,19 @@
</details>
<hr>
<details id="ServeForecaster">
<summary>
<a href="https://github.com/intel-analytics/BigDL/tree/main/python/chronos/example/serving">Serve Chronos forecaster and predict through TorchServe</a>
<p>Tag:
<button value="forecast">forecast</button>&nbsp;
<button value="TCNForecaster" class="roundbutton">TCNForecaster</button>
</p>
</summary>
<img src="../../../_images/GitHub-Mark-32px.png"><a href="https://github.com/intel-analytics/BigDL/tree/main/python/chronos/example/serving">View source on GitHub</a>
<p>In this example, we show how to serve Chronos forecaster and predict through TorchServe.</p>
</details>
<hr>
</div>
<script src="../../../_static/js/chronos_tutorial.js"></script>