ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

chronos

Open YUKUN-XIAO opened this issue 2 years ago • 1 comments

Can chronos run on the ray cluster I built myself.

YUKUN-XIAO avatar Feb 09 '23 03:02 YUKUN-XIAO

Hi,

Yeah, Chronos could be run on a ray cluster, please refer to following guides

  1. Chronos Forecaster (training & inferencing)

    You could use native ray cluster for this function. Please refer to

    a. document b. example c. API doc 1 ; API doc 2

  2. XShardsTSDataset (data processing) This function needs spark cluster. a. document b. example c. API doc 1; API doc 2

  3. Chronos AutoTS (automl on ts analysis) This function needs spark cluster and RayonSpark function

    a. document b. example c. API doc 1; API doc 2

TheaperDeng avatar Feb 13 '23 08:02 TheaperDeng