MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / generate

Route generate

trainer/src/lora_inference/experiments.py:None–None  ·  view source on GitHub ↗
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}

Source from the content-addressed store, hash-verified

1import modal
2
3from .api import (
4 Input,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected