|
|
|
|
|
by whynotminot
543 days ago
|
|
Do you understand the difference between training and inference? Yes, it costs a lot to train a model. Those costs go up. But once you trained it, it’s done. At that point inference — the actual execution/usage of the model — is the cost you worry about. Inference cost drops rapidly after a model is released as new optimizations and more efficient compute comes online. |
|