From f04d4d637d5e5db8b5ef8b602ff5038ab8f1729e Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Fri, 10 May 2024 11:39:38 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916a37d..73e5884 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ tfm = timesfm.TimesFm( model_dims=1280, backend=, ) -tfm.load_from_checkpoint() +tfm.load_from_checkpoint(repo_id="google/timesfm-1.0-200m") ``` Note that the four parameters are fixed to load the 200m model