docs: add missing numpy import to minimal example (#39444)

docs: add numpy import to minimal example
This commit is contained in:
Ilias Aarab
2025-07-16 13:57:13 +02:00
committed by GitHub
parent 61163099f1
commit 6cb43defd0

View File

@@ -37,6 +37,7 @@ The original code can be found [here](https://github.com/google-research/timesfm
To use the model:
```python
import numpy as np
import torch
from transformers import TimesFmModelForPrediction