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

Route generate

trainer/src/inference_server/model_benchmark.py:None–None  ·  view source on GitHub ↗
stub.function(
    timeout=1 * 60 * 60,
    allow_concurrent_inputs=64,
    keep_warm=1,
    concurrency_limit=1,
    gpu=modal.gpu.A100(memory=40, count=1),
    secret=modal.Secret.from_name("openpip

Source from the content-addressed store, hash-verified

1from typing import Union
2import modal
3from .main import volume, read_all_files
4from ..shared import merged_model_cache_dir, lora_model_cache_dir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected