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

New Install unable to Download any models #302

Open
peterfaria-jitb opened this issue Jan 14, 2025 · 0 comments
Open

New Install unable to Download any models #302

peterfaria-jitb opened this issue Jan 14, 2025 · 0 comments

Comments

@peterfaria-jitb
Copy link

peterfaria-jitb commented Jan 14, 2025

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

image

Calling this API via curl gets me valid response data:

[
  {
    "_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.

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

1 participant