20How many tokens per second can one B200 decode for a 70B model?▼mediumNewNVIDIACoreWeave4 replies○ sign in8 TB/s over the bytes per step: 57 tokens per second single-stream in bf16, 113 in fp8, 227 in fp4, and the batch curve on a single card that now holds the whole model. Where the curve bends and what caps it.Open full answer →
25How big can the decode batch get before the step becomes compute-bound?▼hardNewTogether AIBaseten4 replies◆ premiumFor bf16 weights the decode intensity equals the batch, so the ridge is at batch 295 on an H100. Then the KV cache enters and the answer changes shape: the projections go compute-bound at 300 while the attention reads never do, and at 8k context the step as a whole stays memory-bound at any batch.Open full answer →