We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698ef12 commit de30544Copy full SHA for de30544
packages/tasks/src/model-libraries.ts
@@ -380,6 +380,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
380
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
381
snippets: snippets.tensorflowtts,
382
},
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
392
timm: {
393
prettyLabel: "timm",
394
repoName: "pytorch-image-models",
0 commit comments