Skip to content

Commit

Permalink
consistent mlx-image (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomusmeci authored Mar 15, 2024
1 parent ec839ab commit 654eb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
snippets: snippets.mlx,
filter: true,
},
mlxim: {
prettyLabel: "mlxim",
"mlx-image": {
prettyLabel: "mlx-image",
repoName: "mlx-image",
repoUrl: "https://github.com/riccardomusmeci/mlx-image",
docsUrl: "https://huggingface.co/docs/hub/mlxim",
docsUrl: "https://huggingface.co/docs/hub/mlx-image",
snippets: snippets.mlxim,
filter: false,
countDownloads: { term: { path: "model.safetensors" } },
Expand Down

0 comments on commit 654eb50

Please sign in to comment.