Skip to content

Commit de30544

Browse files
authored
Add download count for timesFM (#662)
For https://huggingface.co/google/timesfm-1.0-200m
1 parent 698ef12 commit de30544

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
380380
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
381381
snippets: snippets.tensorflowtts,
382382
},
383+
timesfm: {
384+
prettyLabel: "TimesFM",
385+
repoName: "timesfm",
386+
repoUrl: "https://github.com/google-research/timesfm",
387+
filter: false,
388+
countDownloads: {
389+
term: { path: "checkpoints/checkpoint_1100000/state/checkpoint" },
390+
},
391+
},
383392
timm: {
384393
prettyLabel: "timm",
385394
repoName: "pytorch-image-models",

0 commit comments

Comments
 (0)