6 ms·
Some anecdotal data, but we recently estimated the cost of running a LLM at $WORK by looking at power usage over a bursty period of requests from our internal u
by theOGognf 1y ago
Some anecdotal data, but we recently estimated the cost of running a LLM at $WORK by looking at power usage over a bursty period of requests from our internal users and it was on the order of $10s/mil tokens. And we arent a big place, nor were our servers at max load, so I can see the cost being much lower at scale
- exceptione 1y agoThis is only the power usage?
- dist-epoch 1y agoHardware spend also need to be amortized (over 1 year? 2 years?) Unless you cloud rent.
- theOGognf 1y agoRight, this is only power usage. Factoring in labor and all that would make it more expensive for sure. However, it’s not like it’s a complex system to maintain. We use a popular inference server and just run it with some modest rate limits . It’s been hands-off for close to a year at this point
- exceptione 1y agoOk! What hardware do you run? I had thought that would be the most expensive part.