stub.function(
gpu=modal.gpu.A10G(count=2),
secret=modal.Secret.from_name("openpipe"),
allow_concurrent_inputs=12,
keep_warm=1,
timeout=1 * 60 * 60,
volumes={"/models": volume}
| 1 | import modal |
| 2 | |
| 3 | from .api import ( |
| 4 | Input, |
nothing calls this directly
no outgoing calls
no test coverage detected