Skip to content

macOS 26 user unable to download models with error "offline mode: Repository not available locally" #280

@ronaldmannak

Description

@ronaldmannak

I received a bug report from a macOS 26 user. They are unable to download any model. They consistently get an offline mode: Repository not available locally error. The user is not using a firewall.

I haven't updated to macOS 26 yet and I'm unable to reproduce the issue on macOS 15 Sequoia. I tried to compile the again on Xcode 26 but that didn't solve their issue.

Has anyone seen this issue?

This is the code I'm using to download models:

  let modelId = "mlx-community/SmolLM-135M-8bit"
  let hub = RepoStore.load().hubAPI(downloadBase: "https://huggingface.co")  
  try await hub.snapshot(from: modelId) { progress in
    ...
  }
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions