deploy-infra / library
Modal
Capability: Modal
Use it when
- run bursty Python or GPU jobs without managing clusters
- deploy a model function with explicit image and hardware requirements
What it solves
Not the fit when
- hosted execution requires a Modal account and usage billing
Install
pip install modal && modal setup
Invoke
Decorate a function with `@app.function` and resource requirements, then run `modal run` or deploy it with `modal deploy`.
Alternatives
No reviewed alternatives recorded yet.