Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
machineuser
commited on
Commit
·
a1bb091
1
Parent(s):
ab9170f
Sync widgets demo
Browse files
packages/tasks/src/model-libraries.ts
CHANGED
@@ -167,6 +167,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
167 |
term: { path: "gliner_config.json" },
|
168 |
},
|
169 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
keras: {
|
171 |
prettyLabel: "Keras",
|
172 |
repoName: "Keras",
|
|
|
167 |
term: { path: "gliner_config.json" },
|
168 |
},
|
169 |
},
|
170 |
+
grok: {
|
171 |
+
prettyLabel: "Grok",
|
172 |
+
repoName: "Grok",
|
173 |
+
repoUrl: "https://github.com/xai-org/grok-1",
|
174 |
+
filter: false,
|
175 |
+
countDownloads: {
|
176 |
+
terms: { path: ["ckpt/tensor00000_000", "ckpt-0/tensor00000_000"] },
|
177 |
+
},
|
178 |
+
},
|
179 |
keras: {
|
180 |
prettyLabel: "Keras",
|
181 |
repoName: "Keras",
|