tomkay's picture
Fix YAML metadata formatting
2eeb018 verified
|
Raw
History Blame Contribute Delete
2.38 kB
metadata
library_name: mlx
tags:
  - mlx
  - quantized
  - mixed-precision
  - glm
  - moe
license: other
license_name: glm-open-model-license
base_model: zai-org/GLM-5.1
base_model_relation: quantized

GLM-5.1 — 420GB (MLX)

Mixed-precision quantized version of zai-org/GLM-5.1 optimised by baa.ai using a proprietary Black Sheep AI method.

Per-tensor bit-width allocation via advanced sensitivity analysis and budget-constrained optimisation — no calibration data required.

Sized for 512GB Apple Silicon machines (378 GB model + 134 GB headroom for OS/KV cache).

Metrics

| Metric | Value |

|--------|-------|

| Size | 382 GB |

| Average bits | 3.6 |

| Architecture | MoE (256 experts) |

Usage


from mlx_lm import load, generate



model, tokenizer = load("baa-ai/GLM-5.1-RAM-420GB-MLX")

response = generate(model, tokenizer, prompt="Hello!", max_tokens=256)

print(response)

Quantized by baa.ai


Black Sheep AI Products

Shepherd — Private AI deployment platform that shrinks frontier models by 50-60% through RAM compression, enabling enterprises to run sophisticated AI on single GPU instances or Apple Silicon hardware. Deploy in your VPC with zero data leaving your infrastructure. Includes CI/CD pipeline integration, fleet deployment across Apple Silicon clusters, air-gapped and sovereign deployment support, and multi-format export (MLX, GGUF). Annual cloud costs from ~$2,700 — or run on a Mac Studio for electricity only.

Watchman — Capability audit and governance platform for compressed AI models. Know exactly what your quantized model can do before it goes live. Watchman predicts which capabilities survive compression in minutes — replacing weeks of benchmarking. Includes compliance-ready reporting for regulated industries, quality valley warnings for counterproductive memory allocations, instant regression diagnosis tracing issues to specific tensors, and 22 adversarial security probes scanning for injection, leakage, hallucination, and code vulnerabilities.

Learn more at baa.ai — Sovereign AI.