cheapest gpu overall for a gemma 3 27b lora? #7711
Replies: 1 comment
|
Worth separating two things here: whether the card fits the job, and what one Memory first, since that's what usually drives card choice — and at 4-bit it 27B weights @ NF4 ≈ 12.6 GiB So the frozen base plus the trainable state is roughly 13 GiB. Everything on A100-40 ~26 GB left for activations/KV The point being: none of these are memory-constrained for a 27B QLoRA run. What Which means your question reduces to throughput per unit cost: cost_per_run = hourly_rate ÷ (steps_per_hour) and not to the hourly rate on its own, which is what you already suspected. The part I'd push back on is assuming the H100 finishes proportionally faster. Rather than trust anyone's numbers (including mine), this is cheap to measure hourly_rate ÷ (steps_per_sec × 3600) × total_steps That costs a few minutes of rental per card and gives you the actual answer for Two things that will move the cost more than the card choice:
For transparency: I've done QLoRA fine-tuning with unsloth on a much smaller |
Uh oh!
There was an error while loading. Please reload this page.
has anyone compared the total rental cost for training a qlora on gemma 3 27b? im trying to figure out whether something cheaper like an l40s actually saves money or if an a100/h100 finishes fast enough to cost less overall. mostly care about the final cost for one completed run, not the hourly rate.
All reactions