amazon-science / chronos-forecasting

Chronos: Pretrained (Language) Models for Probabilistic Time Series Forecasting
https://arxiv.org/abs/2403.07815
Apache License 2.0
2.02k stars 238 forks source link

basic inference packages setup -> finetuning setup #104

Closed CoCoNuTeK closed 2 weeks ago

CoCoNuTeK commented 2 weeks ago

I would like to ask if i already have chronos conda environment for inference setup, can i just run the pip install "chronos[training] @ git+https://github.com/amazon-science/chronos-forecasting.git" inside of my already existing conda env as it will just install a few missing packages? or is it advised to have 2 separate environments?

abdulfatir commented 2 weeks ago

Using the same environment should be okay.