Replies: 1 comment
|
Short answer: with plain Your numbers make it concrete:
Options that actually work:
On your TTFT question: with mismatched cards, time-to-first-token is bounded by the slowest rank plus PCIe transfer overhead between them — the 0.4–0.5 s single-GPU figures you saw won't stack; expect it slower than either card alone in a sane topology. For a 42 GB target, a single 32 GB card + offload, or two matching 32 GB cards, is far simpler than chasing mixed-GPU TP. See also: vLLM forum — how to run a model on heterogeneous GPUs. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I just want ~42GB of GPU VRAM so I don't think I should spend ~$1000 to get 5090 which is already hard to get. Do you think mismatched GPU will work? What kind of time to first token can I expect from this setup?
According to this, I can expect 0.4s on 5090 and 0.5s on 5070Ti for Llama3
All reactions