25How do you choose the tensor-parallel degree when serving a 70B model?▼hard★ EssentialTogether AICoreWeaveNVIDIA1 replies◆ premiumTP=2, 4, or 8, the answer is a memory budget, a latency target, and one rule: smallest TP that fits, scale with replicas. The worked arithmetic that turns this from vibes into a defensible call.Open full answer →
38A 70B model won't fit on one 80GB GPU. Give three ways to serve it and the trade-offs.▼medium★ EssentialNVIDIATogether AIHugging Face1 replies◆ premiumDo the weight math first, then choose your poison: shrink the weights, split them across GPUs, or spill to host memory. Each buys you the fit at a different cost, and one of them is almost always wrong for production.Open full answer →