Skip to content

Commit 603160b

Browse files
authored
Merge branch 'main' into ollama-2025-05-26
2 parents c4101c8 + fafe109 commit 603160b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/hub/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type {
1818
SpaceStage,
1919
} from "./types/public";
2020
export { HubApiError, InvalidApiResponseFormatError } from "./error";
21+
export { HUB_URL } from "./consts";
2122
/**
2223
* Only exported for E2Es convenience
2324
*/

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)