Skip to content

Commit fafe109

Browse files
Update TimesFM downloads (#1481)
This PR updates the download stats of Google's TimesFM. Supported repos: * https://huggingface.co/google/timesfm-2.0-500m-jax * https://huggingface.co/google/timesfm-2.0-500m-pytorch * https://huggingface.co/google/timesfm-1.0-200m-pytorch * https://huggingface.co/google/timesfm-1.0-200m (already supported) Co-authored-by: vb <[email protected]>
1 parent 40f9a1e commit fafe109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
936936
repoName: "timesfm",
937937
repoUrl: "https://github.com/google-research/timesfm",
938938
filter: false,
939-
countDownloads: `path:"checkpoints/checkpoint_1100000/state/checkpoint"`,
939+
countDownloads: `path:"checkpoints/checkpoint_1100000/state/checkpoint" OR path:"checkpoints/checkpoint_2150000/state/checkpoint" OR path_extension:"ckpt"`,
940940
},
941941
timm: {
942942
prettyLabel: "timm",

0 commit comments

Comments
 (0)