-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Error in LMStudio models parsing #23764
Comments
I've getting this issue since 2 days ago on Mac OS also. Latest Zed + latest LMStudio. Clicking connect in Zed returns the error mentioned above in the Zed logs. Error persists Zed 0.171.3. Zed Version and System Specs |
Would love to reproduce this. @jbpin How did you get @teslanaut Do you have a model listed in |
Ooops. I meant |
Here you go: model list json{
"data": [
{
"id": "mistral-small-24b-instruct-2501",
"object": "model",
"type": "llm",
"publisher": "unsloth",
"arch": "llama",
"compatibility_type": "gguf",
"quantization": "Q8_0",
"state": "not-loaded",
"max_context_length": 32768
},
{
"id": "text-embedding-nomic-embed-text-v1.5",
"object": "model",
"type": "embeddings",
"publisher": "nomic-ai",
"arch": "nomic-bert",
"compatibility_type": "gguf",
"quantization": "Q4_K_M",
"state": "not-loaded",
"max_context_length": 2048
},
{
"id": "fuseo1-deepseekr1-qwen2.5-coder-32b-preview",
"object": "model",
"type": "llm",
"publisher": "mlx-community",
"arch": "qwen2",
"compatibility_type": "mlx",
"quantization": "4bit",
"state": "not-loaded",
"max_context_length": 131072
},
{
"id": "qwen2.5-14b-deepseek-r1-1m-mlx",
"object": "model",
"type": "llm",
"publisher": "m-i",
"arch": "qwen2",
"compatibility_type": "mlx",
"quantization": "8bit",
"state": "not-loaded",
"max_context_length": 1010000
},
{
"id": "qwen2.5-14b-instruct-1m",
"object": "model",
"type": "llm",
"publisher": "bartowski",
"arch": "qwen2",
"compatibility_type": "gguf",
"quantization": "Q8_0",
"state": "not-loaded",
"max_context_length": 1010000
},
{
"id": "zelensky-78b",
"object": "model",
"type": "llm",
"publisher": "nisten",
"arch": "qwen2",
"compatibility_type": "gguf",
"state": "not-loaded",
"max_context_length": 98304
},
{
"id": "deepseek-r1-distill-llama-70b",
"object": "model",
"type": "llm",
"publisher": "unsloth",
"arch": "llama",
"compatibility_type": "gguf",
"quantization": "Q4_K_M",
"state": "not-loaded",
"max_context_length": 131072
},
{
"id": "deepseek-r1-distill-qwen-32b",
"object": "model",
"type": "llm",
"publisher": "lmstudio-community",
"arch": "qwen2",
"compatibility_type": "gguf",
"quantization": "Q4_K_M",
"state": "not-loaded",
"max_context_length": 131072
},
{
"id": "pixtral-12b",
"object": "model",
"type": "vlm",
"publisher": "mlx-community",
"arch": "pixtral",
"compatibility_type": "mlx",
"quantization": "8bit",
"state": "not-loaded",
"max_context_length": 1024000
},
{
"id": "mistral-nemo-instruct-2407",
"object": "model",
"type": "llm",
"publisher": "unsloth",
"arch": "llama",
"compatibility_type": "gguf",
"quantization": "F16",
"state": "not-loaded",
"max_context_length": 1024000
},
{
"id": "qwen2.5-coder-32b-instruct-128k",
"object": "model",
"type": "llm",
"publisher": "unsloth",
"arch": "qwen2",
"compatibility_type": "gguf",
"quantization": "Q4_K_M",
"state": "not-loaded",
"max_context_length": 131072
},
{
"id": "qwen2.5-coder-32b-instruct",
"object": "model",
"type": "llm",
"publisher": "Qwen",
"arch": "qwen2",
"compatibility_type": "gguf",
"quantization": "Q4_0",
"state": "not-loaded",
"max_context_length": 131072
}
],
"object": "list"
}
|
Here is a video of it in action. I have LM Studio running but not Ollama on purpose. recording.mp4 |
Got it. I was able to reproduce with
|
- Closes #23764 Certain models do not include `quantization` parameter from lm studio rest API.
- Closes #23764 Certain models do not include `quantization` parameter from lm studio rest API.
Fixed in Zed Stable v0.171.5 / Zed Preview v0.171.5-pre. |
Describe the bug / provide steps to reproduce it
Summary:
LMStudio model response cannot be parsed when a model in the list missed the
quantization
parameter.Steps to trigger the problem:
connect
buttonActual Behavior:
Zero model are listed from LMStudio because only one is not suitable.
Expected Behavior:
Filter for not compatible models and display the one that match the necessary parameter.
LMStudio response to the models query :
Zed Version and System Specs
Zed: v0.170.4 (Zed)
OS: macOS 15.2.0
Memory: 128 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: