Update timesfm_2p5_torch.py

Update Hugging Face repo id.
This commit is contained in:
Yichen Zhou
2025-09-11 18:17:14 -07:00
committed by GitHub
parent 24dba82664
commit 59d2985681
+1 -1
View File
@@ -264,7 +264,7 @@ class TimesFM_2p5_200M_torch(timesfm_2p5_base.TimesFM_2p5):
self,
*,
path: str | None = None,
hf_repo_id: str | None = "gg-hf/timesfm-2.5-200m-pytorch",
hf_repo_id: str | None = "google/timesfm-2.5-200m-pytorch",
):
"""Loads a PyTorch safetensors TimesFM model."""
if path: