Skip to content

Conversation

@Wauplin
Copy link
Contributor

@Wauplin Wauplin commented Jul 24, 2025

Related to #1641 and especially #1641 (comment) (cc @LysandreJik @juliendenize).

The plan is:

  • set
library_name: transformers
tags:
- mistral-common

in model cards metadata

  • remove mistral-common from registered libraries as it's not a modelling library but more of a set of utils
  • count downloads on both config.json AND params.json for those repos (will be handled server-side, see private PR)
  • keep custom indications in the vLLM snippets for mistral-common repos

@julien-c
Copy link
Member

count downloads on both config.json AND params.json for those repos (will be handled server-side, see https://github.com/huggingface-internal/moon-landing/pull/14564)

maybe you can add it in the comment of countDownloads in model-libraries.ts for public documentation

@Wauplin
Copy link
Contributor Author

Wauplin commented Jul 24, 2025

good call, added in 7098d90

`,
];

export const mistral_common = (model: ModelData): string[] => [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm is there no way for us to have control over what is displayed on: Use this model

Screenshot 2025-07-24 at 18 17 08

?

I think we would like to always show vLLM first here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

order of Libraries > Notebooks > Local Apps is not configurable no

@Wauplin
Copy link
Contributor Author

Wauplin commented Jul 24, 2025

(merging this one now to unblock moon-landing deploy)

@Wauplin Wauplin merged commit 965f907 into main Jul 24, 2025
3 of 5 checks passed
@Wauplin Wauplin deleted the remove-mistral-common-from-libraries branch July 24, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants