diff --git a/docs/readthedocs/source/_toc.yml b/docs/readthedocs/source/_toc.yml index fda3bb48..30ee2103 100644 --- a/docs/readthedocs/source/_toc.yml +++ b/docs/readthedocs/source/_toc.yml @@ -180,6 +180,7 @@ subtrees: - file: doc/Chronos/Howto/docker_guide_single_node - file: doc/Chronos/Howto/how_to_create_forecaster - file: doc/Chronos/Howto/how_to_train_forecaster_on_one_node + - file: doc/Chronos/Howto/how_to_save_and_load_forecaster - file: doc/Chronos/Howto/how_to_tune_forecaster_model - file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_ONNXRuntime - file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_OpenVINO diff --git a/docs/readthedocs/source/doc/Chronos/Howto/how_to_save_and_load_forecaster.nblink b/docs/readthedocs/source/doc/Chronos/Howto/how_to_save_and_load_forecaster.nblink new file mode 100644 index 00000000..cf0b97af --- /dev/null +++ b/docs/readthedocs/source/doc/Chronos/Howto/how_to_save_and_load_forecaster.nblink @@ -0,0 +1,3 @@ +{ + "path": "../../../../../../python/chronos/colab-notebook/howto/how_to_save_and_load_forecaster.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 ac2cd08f..ce014f02 100644 --- a/docs/readthedocs/source/doc/Chronos/Howto/index.rst +++ b/docs/readthedocs/source/doc/Chronos/Howto/index.rst @@ -12,6 +12,7 @@ Forecasting ------------------------- * `Create a forecaster `__ * `Train forecaster on single node `__ +* `Save and load a forecaster `__ * `Tune forecaster on single node `__ * `Speed up inference of forecaster through ONNXRuntime `__ * `Speed up inference of forecaster through OpenVINO `__