diff --git a/docs/readthedocs/source/_toc.yml b/docs/readthedocs/source/_toc.yml index efba700d..1f5273fe 100644 --- a/docs/readthedocs/source/_toc.yml +++ b/docs/readthedocs/source/_toc.yml @@ -178,6 +178,8 @@ subtrees: - file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_OpenVINO - file: doc/Chronos/Howto/how_to_evaluate_a_forecaster - 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/QuickStart/index title: "Tutorials" subtrees: diff --git a/docs/readthedocs/source/doc/Chronos/Howto/how_to_export_onnx_files.nblink b/docs/readthedocs/source/doc/Chronos/Howto/how_to_export_onnx_files.nblink new file mode 100644 index 00000000..744723e3 --- /dev/null +++ b/docs/readthedocs/source/doc/Chronos/Howto/how_to_export_onnx_files.nblink @@ -0,0 +1,3 @@ +{ + "path": "../../../../../../python/chronos/colab-notebook/howto/how_to_export_onnx_files.ipynb" +} \ No newline at end of file diff --git a/docs/readthedocs/source/doc/Chronos/Howto/how_to_export_openvino_files.nblink b/docs/readthedocs/source/doc/Chronos/Howto/how_to_export_openvino_files.nblink new file mode 100644 index 00000000..a139b146 --- /dev/null +++ b/docs/readthedocs/source/doc/Chronos/Howto/how_to_export_openvino_files.nblink @@ -0,0 +1,3 @@ +{ + "path": "../../../../../../python/chronos/colab-notebook/howto/how_to_export_openvino_files.ipynb" +} \ No newline at end of file diff --git a/docs/readthedocs/source/doc/Chronos/Howto/index.rst b/docs/readthedocs/source/doc/Chronos/Howto/index.rst index fe81f57e..dc5731e5 100644 --- a/docs/readthedocs/source/doc/Chronos/Howto/index.rst +++ b/docs/readthedocs/source/doc/Chronos/Howto/index.rst @@ -16,4 +16,6 @@ Forecasting * `Speed up inference of forecaster through ONNXRuntime `__ * `Speed up inference of forecaster through OpenVINO `__ * `Evaluate a forecaster `__ -* `Generate confidence interval for prediction `__ \ No newline at end of file +* `Generate confidence interval for prediction `__ +* `Export the ONNX model files to disk `__ +* `Export the OpenVINO model files to disk `__