Releases: google-research/timesfm
Releases · google-research/timesfm
Support for TimesFM-2.0 models
- Add support for v2.0
- Some bug fixes in pytorch decoding.
- Right now we do not support cached decoding in both jax and pytorch
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 thepax
version andjax
checkpoints.pip install timesfm[torch]
for thetorch
version and checkpoints.- See the updated README for the usage.
Checkpoints:
The PyTorch checkpoint for the 200m model is available on Hugging Face:
Full Changelog:
https://github.com/google-research/timesfm/commits/v1.2.1