| ▲ | markasoftware 19 hours ago | ||||||||||||||||||||||
the thing is modal is running untrusted containers, so there's not really a concept of "some front facing" containers. Any container running an untrusted workload is at high risk / is "front facing". If Modal's customers' workloads are mainly GPU-bound, then the performance hit of gvisor isn't as big as it might be for other workloads. GPU activity does have to go through the fairly heavyweight nvproxy to be executed on the host, but most gpu activity is longer-lived async calls like running kernels so a bit of overhead in starting / retrieving the results from those calls can be tolerated. | |||||||||||||||||||||||
| ▲ | Imustaskforhelp 19 hours ago | parent [-] | ||||||||||||||||||||||
Well if someone is gonna use Modal exactly for GPU purposes then I guess its okay but anything compute related just feels like it would have some issues performance wise So I can agree that perhaps Modal might make sense for LLM's but they position themselves as sandbox including something like running python code etc. and some of this may be more intensive in workflows than others so I just wanted to point it out Fly.io uses firecracker so I kinda like firecracker related applications (I tried to run firecracker myself its way too hard to build your own firecracker based provider or anything) and they recently released https://sprites.dev/ E2B is another well known solution out there. I have talked to their developers once and they mentioned that they run it on top of gcp I am really interested in kata containers as well because I think kata runs on top of firecracker and can hook with docker rather quickly. | |||||||||||||||||||||||
| |||||||||||||||||||||||