Closed
Description
I run this cell from the covariates.ipynb
timesfm_backend = "cpu" # @param
from jax._src import config
config.update(
"jax_platforms", {"cpu": "cpu", "gpu": "cuda", "tpu": ""}[timesfm_backend]
)
model = timesfm.TimesFm(
context_len=512,
horizon_len=128,
input_patch_len=32,
output_patch_len=128,
num_layers=20,
model_dims=1280,
backend=timesfm_backend,
)
model.load_from_checkpoint(repo_id="google/timesfm-1.0-200m")
It results in this error!
TypeError: TimesFmBase.init() got an unexpected keyword argument 'context_len'
Metadata
Metadata
Assignees
Labels
No labels