Instructions to use PartAI/FlaMinGo-timesfm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PartAI/FlaMinGo-timesfm with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("PartAI/FlaMinGo-timesfm", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Use GPU when possible
#7
by AniketGupta895 - opened
Model was hardcoded to use the cpu. This change will move to GPU using .to(device) instead of .to("cpu")