smaller. faster. open.

compress your models.
keep your accuracy.

FasterAI prunes, quantizes and distills PyTorch models to the target you choose (speed, size, or a specific chip), under an accuracy floor you set.

Book a compression audit

Apache 2.0 · 265 on GitHub · maintained since 2021

fasterai ▸ run
from fasterai import optimize
 
result = optimize(model, sample, target='speed')
result.export('model.onnx')
size
44.6 MiB5.4 MiB−88%
latency
3.76 ms1.10 ms3.4× faster
accuracy
95.4%94.5%−0.9 pt
measured, not promised

real gains, on your hardware.

typical3–10×

faster inference

up to90%

smaller model

typical70%

less energy

Example measured run: 3.4× faster · −88% size · −71% energy · −0.9 pt accuracy. see the full report →

an outcome, not a technique

you pick the outcome.
we pick the technique.

A business goal

optimize(model, sample,
  target='speed')

Or 'size', or 'energy'. Say what you need; the pipeline is chosen for you.

A specific chip

optimize(model, sample,
  target='nvidia-t4')
# or 'stm32-h7', 'jetson-orin'…

From datacenter GPUs to microcontrollers: the same call, tuned to the hardware.

Accuracy is a hard constraint, not a hope

optimize(model, sample,
  target='speed',
  constraints=Constraints(
    min_accuracy=90))

Set a floor. Compression never trades below it.

see how it works →
choose your path

two ways to optimize.

open source

Do it yourself

Everything you need to compress models on your own, free and open.

Pruning, quantization, distillation and benchmarking
Works with any PyTorch model
Full documentation, tutorials and examples
Community support via Discord

Apache 2.0 · ★ 265 · since 2021

Read the quickstart
done for you

Work with us

3–10×typical speedup
We audit your model and recommend a compression strategy
Apply our proprietary optimization pipeline
Deliver a production-ready compressed model

Fixed-scope audit first: you know the gains before committing to anything.

Book a call

make your models faster this week.

Engineers start with the library. Teams start with an audit.

Book a compression audit

smaller. faster. open.


© 2026 FasterAI Labs. All rights reserved.