Recent Releases of https://github.com/google-research/timesfm
https://github.com/google-research/timesfm - TimesFM v1.2.6
Changes:
- Add support for TimesFM-2.0 models.
- Set the median head as the default point forecaster.
PyPI Release:
v1.2.6: Support for TimesFM-2.0 models. - Add hparam support for TimesFM-2.0 models. - Some bug fixes in pytorch decoding. - Right now we do not support cached decoding in both jax and pytorch.
Checkpoints:
The TimesFM-2.0 checkpoints are available on Hugging Face: - https://huggingface.co/google/timesfm-2.0-500m-jax - https://huggingface.co/google/timesfm-2.0-500m-pytorch
Full Changelog:
https://github.com/google-research/timesfm/commits/v1.2.6
- Python
Published by rajatsen91 over 1 year ago
https://github.com/google-research/timesfm - TimesFM v1.2.1
Changes:
- PyTorch support for TimesFM inference.
PyPI Release:
v1.2.1: Support separate dependencies for pax and torch versions of TimesFM:
- pip install timesfm[pax] for the pax version and jax checkpoints.
- pip install timesfm[torch] for the torch version and checkpoints.
- See the updated README for the usage.
Checkpoints:
The PyTorch checkpoint for the 200m model is available on Hugging Face: - https://huggingface.co/google/timesfm-1.0-200m-pytorch
Full Changelog:
https://github.com/google-research/timesfm/commits/v1.2.1
- Python
Published by siriuz42 over 1 year ago