7 comments

[ 2.6 ms ] story [ 29.3 ms ] thread
looks like this is cpu bound models only?
No mention of the resources that are available? The most interesting models currently need beefy GPUs, but I don't think Cloudflare has those...
Some interesting examples, eg. The sentiment analysis in combination with email routing.

I'm curious about the models and GPU support too. I'm guessing this is currently beta and they are awaiting popularity of this.

The simple ( & cost-efficient) method would be to support CPU-first and then up the scale accordingly. No harm in that, but it could be made more clear regarding the roadmap.

Edit: during private beta there is support for <10 mb. Models.

https://developers.cloudflare.com/constellation/platform/dat...

Discussions @ https://discord.gg/cloudflaredev

Its impossible to resize images or hash passwords on Cloudflare workers: the CPU time limit is too low.

I don't see how this makes Cloudflare interesting for AI. I suspect the same problems will exist.

This isn't so different than running onnx in a worker without constellation, and using KV directly?

The negative is it's such a closed ecosystem.

> Its impossible to resize images or hash passwords on Cloudflare workers: the CPU time limit is too low.

You're thinking of years ago when the CPU time limit was 50ms. These days the limit is 30 seconds, plenty of time for these tasks.