ipex-llm/docs/readthedocs/source/doc/Chronos/Howto/index.rst
Junwei Deng 6b337b92be Chronos: how to guide page cleaning (#5657)
* update

* add nblink

* windows guide fix

* add some updated

* update chronos

* add update image

* add new image

* add updates

* add update

* add new image

* fix typo

* fix notebook location

* add new index

* update

* fix some doc

* update tree

* fix typo
2022-09-11 17:51:13 +08:00

34 lines
1.2 KiB
ReStructuredText

Chronos How-to Guides
=========================
How-to guides are bite-sized, executable examples where users could check when meeting with some specific topic during the usage.
Install
-------------------------
* `Install Chronos on Windows <windows_guide.html>`__
* `Use Chronos in container(docker) <docker_guide_single_node.html>`__
.. toctree::
:maxdepth: 1
:hidden:
windows_guide
docker_guide_single_node
Forecasting
-------------------------
* `Create a forecaster <how_to_create_forecaster.html>`__
* `Train forecaster on single node <how_to_train_forecaster_on_one_node.html>`__
* `Tune forecaster on single node <how_to_tune_forecaster_model.html>`__
* `Speed up inference of forecaster through ONNXRuntime <how_to_speedup_inference_of_forecaster_through_ONNXRuntime.html>`__
* `Speed up inference of forecaster through OpenVINO <how_to_speedup_inference_of_forecaster_through_OpenVINO.html>`__
.. toctree::
:maxdepth: 1
:hidden:
how_to_create_forecaster
how_to_train_forecaster_on_one_node
how_to_tune_forecaster_model
how_to_speedup_inference_of_forecaster_through_ONNXRuntime
how_to_speedup_inference_of_forecaster_through_OpenVINO