Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LM Studio fails to index folders for embeddings models #368

Open
mgsotelo opened this issue Jan 30, 2025 · 1 comment
Open

LM Studio fails to index folders for embeddings models #368

mgsotelo opened this issue Jan 30, 2025 · 1 comment

Comments

@mgsotelo
Copy link

Which version of LM Studio?
LM Studio 0.3.8 (Build 4)

Which operating system?
macOS Sonoma 14.2.1

What is the bug?
LM Studio can not index or load embeddings models which use the .pt safetensors model. It says It can't recognize the format (Unsupported safetensors format: pt)

Screenshots

Image

Image

Logs
Not sure where to find logs, but the screenshots explain it all.

To Reproduce

  1. In macOS, search for "embed" (embeddings models)
  2. Download any embeddings model (In my case, I downloaded Snowflake/snowflake-arctic-embed-m-v1.5 and mixedbread-ai/mxbai-embed-large-v1 and it should be possible to those models to load and be served by the server capabilities of LM Studio without problems.
  3. Try to load those models into LM Studio.

FYI, my runtime environment is updated to the latest stable version known.

Image

@yagil
Copy link
Member

yagil commented Feb 2, 2025

Hello, it's just that this is not a supported format (.pt). At the moment, we only support GGUF or MLX (we should do a better job at preventing accidental download of unsupported models)

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

No branches or pull requests

2 participants