I was trying to run the chronos_trial.ipynb to understand the workflow for the experiments. However, loading the pre-trained model gave an AttributeError: module 'chronos' has no attribute 'MeanScaleUniformBins'. I checked the src/samay/models/chronosforecasting/chronos/chronos.py and it does have the said class. I think this has to do with some relative import error. I require some help in fixing this.

I was trying to run the
chronos_trial.ipynbto understand the workflow for the experiments. However, loading the pre-trained model gave anAttributeError: module 'chronos' has no attribute 'MeanScaleUniformBins'. I checked thesrc/samay/models/chronosforecasting/chronos/chronos.pyand it does have the said class. I think this has to do with some relative import error. I require some help in fixing this.