amazon-science / chronos-forecasting

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

Remove float32 casting for cumsum #53

Closed abdulfatir closed 2 months ago

abdulfatir commented 2 months ago

Description of changes: This PR removes casting to fp32 for the cumsum operation and upgrades mlx to ~=0.10.0 which adds bf16 support for cumsum.

Related: https://github.com/ml-explore/mlx/issues/959

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.