Audio model · bark
BK Bark requirements
Text to speech (and sound effects) · 900M params · fp32 / fp16 · released Apr 2023. Light enough to run on CPU, no GPU required.
Run it
Bark runs in HF Transformers, suno-ai/bark or BetterTransformer at fp32. It runs CPU-only, and the smaller tiers are fast enough for real-time use on a laptop.
Which devices can run Bark?
Apple Silicon Macs
- Apple M1 (8GB) Tight
- Apple M2 (16GB) Yes
- Apple M4 (16GB) Yes
- Apple M5 (16GB) Yes
- Apple M3 Pro (18GB) Yes
- Apple M4 (24GB) Yes
- Apple M4 Pro (24GB) Yes
- Apple M5 (32GB) Yes
- Apple M4 Pro (48GB) Yes
- Apple M5 Pro (48GB) Yes
- Apple M4 Max (64GB) Yes
- Apple M4 Max (128GB) Yes
- Apple M5 Max (128GB) Yes
- Apple M3 Ultra (256GB) Yes
RAM-only laptops
iPhone & iPad
No mainstream local runtime for Bark on iPhone & iPad yet.
Android
No mainstream local runtime for Bark on Android yet.
NVIDIA GPUs
AMD GPUs
FAQ
How much memory does Bark need?
At fp32 it consumes ~5 GB. It runs on CPU, so a GPU is optional.
Can Bark run on a phone or CPU?
Yes for CPU. It runs on Mac or laptop CPU, though no phone runtime is confirmed.
Can I use Bark commercially?
Yes. Bark is licensed MIT, which permits commercial use.
Suno's 3-stage generative audio model (~300M per stage, ~0.9B total) that can produce speech, music and sound effects. Peaks at ~5GB VRAM in fp32 via HF Transformers; drops to ~1GB with fp16 + CPU offload, and bark-small needs ~1.9GB. CPU-only works but needs ~8GB RAM and is slow. MIT, commercial OK. Sources: HF model card, the optimizing-bark guide, suno-ai repo.
Sources
Memory is a sourced peak-usage anchor at fp32, validated 2026-06-15. See methodology.