We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just installed LMStudio on an M3 Max MacBook Pro.
All models are showing the same error when attempting to view details, and I'm unable to load details or download them.
Error:
Model details error: Invalid credentials in Authorization header. URL: https://huggingface.co/api/models?limit=1&search=lmstudio-community%2Fphi-4-GGUF&filter=gguf&expand=pipeline_tag&expand=private&expand=gated&expand=downloads&expand=likes&expand=lastModified&expand=tags. Request ID: Root=1-678694f5-7d88e1865dd8a224236ef295
Calling this API via curl gets me valid response data:
curl
[ { "_id": "677e9a17057fab4e8608eecb", "id": "lmstudio-community/phi-4-GGUF", "gated": false, "lastModified": "2025-01-11T03:19:22.000Z", "likes": 28, "trendingScore": 28, "private": false, "downloads": 26202, "tags": [ "gguf", "phi", "nlp", "math", "code", "chat", "conversational", "text-generation", "en", "base_model:microsoft/phi-4", "base_model:quantized:microsoft/phi-4", "license:mit", "endpoints_compatible", "region:us" ], "pipeline_tag": "text-generation" } ]
Edit: I was also unable to proceed in the onboarding guide, as it just loaded a blank screen. Unsure if related.
Workaround: Restarting the client fixed it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just installed LMStudio on an M3 Max MacBook Pro.
All models are showing the same error when attempting to view details, and I'm unable to load details or download them.
Error:
Calling this API via
curl
gets me valid response data:Edit: I was also unable to proceed in the onboarding guide, as it just loaded a blank screen. Unsure if related.
Workaround: Restarting the client fixed it.
The text was updated successfully, but these errors were encountered: