Earlier quoted context omitted.
I remember going out to dinner, years ago, with a fairly senior AWS billing engineer. An acquaintance of a coworker. He looked completely surprised when I asked about runaway billing and why there wasn't any simple options to cap a given resource to prevent those cases. His response was that they didn't build that because none of their customers wanted anything like that, as far as he was aware.
Yeah, right. Capping a resource, such a wild idea. Of course they won't implement it for the same reason bar owners don't put a cap on drinks.
Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
101–110 of 191 posts
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#102Earlier quoted context omitted.
I remember going out to dinner, years ago, with a fairly senior AWS billing engineer. An acquaintance of a coworker. He looked completely surprised when I asked about runaway billing and why there wasn't any simple options to cap a given resource to prevent those cases. His response was that they didn't build that because none of their customers wanted anything like that, as far as he was aware.
Yeah, right. Capping a resource, such a wild idea. Of course they won't implement it for the same reason bar owners don't put a cap on drinks.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#103Im tired of using AI in cloud services. I want user friendly locally owned AI hardware. Right now nothing is consumer friendly. I can’t get a packaged deal of some locally running ChatGPT quality UI or voice command system in an all in one package. Like what Macs did for PCs I want the same for AI.
Maxsun is releasing a a 48GB dual Intel Arc Pro B60 GPU. It's expected to cost ~$1000.
So for around $4k you should be able to build an 8 core 192GB local AI system, which would allow you to locally run some decent models.
This also assumes the community builds an intel workflow, but given how greedy Nvidia is with vram, it seems poised to be a hit.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#104I love Google Cloud Run and highly recommend it as the best option[1]. The Cloud Run GPU, however is not something I can recommend. It is not cost effective (instance based billing is expensive as opposed to request based billing), GPU choices are limited, and the general loading/unloading of model (gigabytes) from GPU memory makes it slow to be used as server less. Once you compare the numbers it is better to use a…
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#105Earlier quoted context omitted.
Cloud Run is a great service. I find it much easier to work with than AWS's equivalent (ECS/Fargate.)
I think Lambda is more or less the AWS equivalent.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#106I love Google Cloud Run and highly recommend it as the best option[1]. The Cloud Run GPU, however is not something I can recommend. It is not cost effective (instance based billing is expensive as opposed to request based billing), GPU choices are limited, and the general loading/unloading of model (gigabytes) from GPU memory makes it slow to be used as server less. Once you compare the numbers it is better to use a…
Cloud Run is a great service. I find it much easier to work with than AWS's equivalent (ECS/Fargate.)
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#107All the cruft of a big cloud provider, AND the joy of uncapped yolo billing that has the potential to drain your creditcard overnight. No thanks, I'll personally stick with Modal and vast.ai
Not providing a cap on spending is a major flaw of GCP for individuals / small projects. With Cloud Run, AFAIK, spending can effectively be capped by: limiting concurrency, plus limiting the max number of instances it can scale to. (But this is not as good as GCP having a proper cap.)
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#108Earlier quoted context omitted.
I think Lambda is more or less the AWS equivalent.
Eh idk Cloud Run is much better suited to long running instances than Lambda. You would use Cloud Functions for those types of workloads in GCP.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#109if only they had some decent GPUs. L4s are pretty limited these days.
Re: Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
#110All the cruft of a big cloud provider, AND the joy of uncapped yolo billing that has the potential to drain your creditcard overnight. No thanks, I'll personally stick with Modal and vast.ai
Not providing a cap on spending is a major flaw of GCP for individuals / small projects. With Cloud Run, AFAIK, spending can effectively be capped by: limiting concurrency, plus limiting the max number of instances it can scale to. (But this is not as good as GCP having a proper cap.)
[0] https://cloud.google.com/billing/docs/how-to/disable-billing...