-
Notifications
You must be signed in to change notification settings - Fork 543
Description
Description
The "Use this model" dropdown does not show up on certain models despite local apps being available.
The "Use this model" dropdown only appears if the local app is either:
- One of Hugging Face’s apps selected by default OR
- One of the user’s preferred apps.
This behavior is problematic because most users will never see instructions on how to run certain models.
Reproducing
Here is a list of 12 models that show this behavior:
https://huggingface.co/models?apps=lemonade&other=ryzenai-hybrid
When logged in and app pre-selected
When not logged in with app pre-selected (e.g. incognito mode)
Expected behavior
(Assuming no user configurations) If at least one provider is available for that model, the "Use this model" button dropdown should show up.
Potential Solutions
A potential solution is ensuring that providers that offer unique support for certain models (e.g., Lemonade) are part of Hugging Face’s local apps default selection (our team at AMD would definitely appreciate that).
Other changes to the logic that defines when the "Use this Model" button shows up may also fix this issue.