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:
parent
ac78c2f532
commit
6ca8f8567f
3 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_export_data_processing_pipeline_to_torchscript.ipynb"
|
||||
}
|
||||
|
|
@ -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>`__
|
||||
|
|
|
|||
Loading…
Reference in a new issue