Unsupported safetensor format: null"

#1
by dextml - opened

Not loading in LM studio

Thanks for the report — you found a real bug, and it's now fixed.

Root cause: the top-level quantization.bits field in config.json said 4 while the tensors are actually 2-bit packed (the sibling quantization_config correctly said 2). Loaders that trust quantization.bits (including LM Studio's MLX engine) tried to unpack the weights with the wrong bit-width and failed with Unsupported safetensor format: null.

Fix: config.json in this repo has been corrected (quantization.bits: 2, per-layer overrides unchanged). We audited all 273 quantized configs in the org and fixed the same mismatch in all 22 affected 2-bit repos.

Please re-download the model (or just refresh config.json) and it should load. Reopen if you still hit issues.

Fixed — config metadata corrected across all affected repos.

majentik changed discussion status to closed

Sign up or log in to comment