Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
1–10 of 191 posts
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#2Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#3If I understand this correctly, I should be able to stand up an API running arbitrary models (e.g. from Hugging Face), and it’s not quite charged by the token but should be very cheap if my usage is sporadic. Is that correct? Seems pretty huge if so, most of the providers I looked at required a monthly fee to run a custom model.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#4If I understand this correctly, I should be able to stand up an API running arbitrary models (e.g. from Hugging Face), and it’s not quite charged by the token but should be very cheap if my usage is sporadic. Is that correct? Seems pretty huge if so, most of the providers I looked at required a monthly fee to run a custom model.
Runpod, vast, coreweave, replicate... just a bunch of alternatives that let you run serverless GPU inference.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#5Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#6Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#7Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#8Interesting to see a big provider entering this space. Originally swapped to Modal because big providers weren’t offering this (e.g. AWS lambdas can’t run on GPU instances). Assuming all providers are going to start moving towards offering this?
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#9Reason Cloud Run is so nice compared to other providers is that it has autoscaling, with scaling to 0. Meaning it can cost basically 0 if it's not being used. Also can set a cap on the scaling, e.g. 5 instances max, which caps the max cost of the service too. - Note, I only have experience with the CPU version of Cloud Run, (which is very reliable / easy).
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#10Why bother when you can get payg API access to popular open weights models like Llama on Vertex AI model garden or at the edge on Cloudflare?