// RUN โ€” FITS

Can the NVIDIA GeForce RTX 2050 run DEQ-Transformer (Post-LN) + Jacobian Regularisation?

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

DEQ-Transformer (Post-LN) + Jacobian Regularisation on the NVIDIA GeForce RTX 2050

QuantFits?Max contextSpeedBeyond context
FP16 yes 73k 417.1-497.1 t/s ~37.2-44.4 (slow)
Q8 yes 75k 834.3-994.3 t/s ~74.5-88.8 (slow)
Q4 yes 75k 1489.8-1775.5 t/s ~133-158.5 (slow)

Estimate (memory-bound). Beyond "max context" the KV cache spills to SSD swap and speed drops to the "beyond" figure.

FAQ

Can the NVIDIA GeForce RTX 2050 run DEQ-Transformer (Post-LN) + Jacobian Regularisation?โ–ถ

Yes. At Q4 it generates ~1489.8-1775.5 tok/s and fits up to 75k context; beyond that it spills to SSD swap and slows to ~133-158.5 tok/s.

How much context fits?โ–ถ

At Q4, up to about 75k tokens stay in fast memory; longer context spills to SSD swap and throughput collapses.