Chronos: Add how to guide for export_jit (#7194)

* add how to guide for export_jit

* update

* update

* update code example
This commit is contained in:
Hu, Zhaojie 2023-01-09 14:05:49 +08:00 committed by GitHub
parent ac78c2f532
commit 6ca8f8567f
3 changed files with 5 additions and 0 deletions

View file

@ -208,6 +208,7 @@ subtrees:
- file: doc/Chronos/Howto/how_to_preprocess_my_data
- file: doc/Chronos/Howto/how_to_process_data_in_production_environment
- file: doc/Chronos/Howto/how_to_choose_forecasting_alg
- file: doc/Chronos/Howto/how_to_export_data_processing_pipeline_to_torchscript
- file: doc/Chronos/QuickStart/index
title: "Tutorials"
subtrees:

View file

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

View file

@ -48,3 +48,4 @@ Benchmark a forecaster
Deploy a forecaster
~~~~~~~~~~~~~~~~~~~~~~~~~
* `A whole workflow in production environment after my forecaster is developed <how_to_process_data_in_production_environment.html>`__
* `Export data processing pipeline to torchscript for further deployment without Python environment <how_to_export_data_processing_pipeline_to_torchscript.html>`__