[Chronos]: Add how-to guides for exporting torchscript files to disk (#6319)

* add how-to guide for exporting to torchscript files

* fix nblink

* update description

* add onnxruntime-extensions
This commit is contained in:
Hu, Zhaojie 2022-11-04 14:41:42 +08:00 committed by GitHub
parent f9f2b9614b
commit 84f5106a73
3 changed files with 5 additions and 0 deletions

View file

@ -180,6 +180,7 @@ subtrees:
- file: doc/Chronos/Howto/how_to_generate_confidence_interval_for_prediction
- file: doc/Chronos/Howto/how_to_export_onnx_files
- file: doc/Chronos/Howto/how_to_export_openvino_files
- file: doc/Chronos/Howto/how_to_export_torchscript_files
- file: doc/Chronos/QuickStart/index
title: "Tutorials"
subtrees:

View file

@ -0,0 +1,3 @@
{
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_export_torchscript_files.ipynb"
}

View file

@ -19,3 +19,4 @@ Forecasting
* `Generate confidence interval for prediction <how_to_generate_confidence_interval_for_prediction.html>`__
* `Export the ONNX model files to disk <how_to_export_onnx_files.html>`__
* `Export the OpenVINO model files to disk <how_to_export_openvino_files.html>`__
* `Export the TorchScript model files to disk <how_to_export_torchscript_files.html>`__