Skip to content

Having major issues loading in any models. even a small one #384

Description

@saintrac

Category

Model inference issue

What happened

I tried to load a small model after the update to see if everything got fixed for me and it seems that no model is loading in the Nativ app for me what so ever. It get's stuck at Loading 100% and doesn't do anything else at all. Basically not usable.

Image
Diagnostics

Environment

  • Nativ: 0.3.4 (202608241945)
  • macOS: macOS 26.5.2 (Build 25F84)
  • Chip: Apple M4 Max
  • Memory: 64 GB total, 55.89 GB in use
  • mlx-vlm: 0.6.16

Model & server

  • Server: running
  • Selected model: LiquidAI/LFM2.5-2.6B
  • Loaded model: None
  • Max output tokens: 2048
  • Context window: model default
  • KV quantization: off
  • Speculative decoding: off
  • Prefix caching: off
  • Thinking: on
  • Launch arguments: --host 0.0.0.0 --port 8080 --max-tokens 2048 --model LiquidAI/LFM2.5-2.6B

Inference

  • Metrics unavailable: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
  • — All-time —
  • Requests completed: 11
  • Requests failed: 0
  • Prompt tokens: 226K
  • Generated tokens: 4.7K
  • Total processed tokens: 230K
  • Avg decode speed: 16.8 tok/s
  • Avg request speed: 4.7 tok/s
Server output (last 33 lines)
Started mlx-vlm-server.
INFO:     Started server process [65590]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8080 (Press CTRL C to quit)
Stopping mlx-vlm-server...
INFO:     Shutting down
INFO:     Waiting for application shutdown.
INFO:     Application shutdown complete.
INFO:     Finished server process [65590]
mlx-vlm-server stopped after Nativ requested a model switch (status 143)
Started mlx-vlm-server.
INFO:     Started server process [66841]
INFO:     Waiting for application startup.
2026-08-25 06:42:12,223 - INFO - Pre-loading language model: LiquidAI/LFM2.5-2.6B
2026-08-25 06:42:12,227 - INFO - Loading model: LiquidAI/LFM2.5-2.6B
2026-08-25 06:42:12,532 - INFO - HTTP Request: GET https://huggingface.co/api/models/LiquidAI/LFM2.5-2.6B/revision/main "HTTP/1.1 200 OK"
2026-08-25 06:42:12,594 - INFO - HTTP Request: GET https://huggingface.co/api/models/LiquidAI/LFM2.5-2.6B/tree/654f9463ce32b05d0429d76fe1f580b27d4c1ac0?recursive=true&expand=false "HTTP/1.1 200 OK"
Fetching 8 files:   0%|          | 0/8 [00:00<?, ?it/s]2026-08-25 06:42:12,938 - INFO - HTTP Request: HEAD https://huggingface.co/LiquidAI/LFM2.5-2.6B/resolve/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/generation_config.json "HTTP/1.1 307 Temporary Redirect"
2026-08-25 06:42:12,996 - INFO - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/LiquidAI/LFM2.5-2.6B/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/generation_config.json "HTTP/1.1 200 OK"
Fetching 8 files:  50%|█████     | 4/8 [00:00<00:00,  9.97it/s]2026-08-25 06:42:13,019 - INFO - HTTP Request: HEAD https://huggingface.co/LiquidAI/LFM2.5-2.6B/resolve/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/model.safetensors.index.json "HTTP/1.1 307 Temporary Redirect"
2026-08-25 06:42:13,026 - INFO - HTTP Request: HEAD https://huggingface.co/LiquidAI/LFM2.5-2.6B/resolve/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/tokenizer_config.json "HTTP/1.1 307 Temporary Redirect"
2026-08-25 06:42:13,027 - INFO - HTTP Request: HEAD https://huggingface.co/LiquidAI/LFM2.5-2.6B/resolve/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/chat_template.jinja "HTTP/1.1 307 Temporary Redirect"
2026-08-25 06:42:13,029 - INFO - HTTP Request: HEAD https://huggingface.co/LiquidAI/LFM2.5-2.6B/resolve/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/config.json "HTTP/1.1 307 Temporary Redirect"
2026-08-25 06:42:13,070 - INFO - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/LiquidAI/LFM2.5-2.6B/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/model.safetensors.index.json "HTTP/1.1 200 OK"
2026-08-25 06:42:13,080 - INFO - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/LiquidAI/LFM2.5-2.6B/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/chat_template.jinja "HTTP/1.1 200 OK"
2026-08-25 06:42:13,082 - INFO - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/LiquidAI/LFM2.5-2.6B/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/tokenizer_config.json "HTTP/1.1 200 OK"
2026-08-25 06:42:13,085 - INFO - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/LiquidAI/LFM2.5-2.6B/654f9463ce32b05d0429d76fe1f580b27d4c1ac0/config.json "HTTP/1.1 200 OK"
Fetching 8 files: 100%|██████████| 8/8 [00:00<00:00, 16.32it/s]
2026-08-25 06:42:15,619 - INFO - Model and processor loaded successfully.
2026-08-25 06:42:15,620 - INFO - Language model ready, continuous batching enabled.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8080 (Press CTRL C to quit)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions