// RUN โ€” FITS

Can the FuriosaAI RNGD run MSA Transformer?

Yes โ€” here's how fast and up to what context, with real measured numbers.

MSA Transformer on the FuriosaAI RNGD

QuantFits?Max contextSpeedBeyond context
FP16 yes 648k 4875-5925 t/s ~130-158 (slow)
Q8 yes 649k 9750-11850 t/s ~260-316 (slow)
Q4 yes 650k 17410.7-21160.7 t/s ~464.3-564.3 (slow)

Estimate (memory-bound). Beyond "max context" the KV cache spills to system RAM offload (depends on your system RAM) and speed drops to the "beyond" figure.

FAQ

Can the FuriosaAI RNGD run MSA Transformer?โ–ถ

Yes. At Q4 it generates ~17410.7-21160.7 tok/s and fits up to 650k context; beyond that it spills to system RAM offload (depends on your system RAM) and slows to ~464.3-564.3 tok/s.

How much context fits?โ–ถ

At Q4, up to about 650k tokens stay in fast memory; longer context spills to system RAM offload (depends on your system RAM) and throughput collapses.