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
| 1 | from typing import Union |
| 2 | import modal |
| 3 | from .main import volume, read_all_files |
| 4 | from ..shared import merged_model_cache_dir, lora_model_cache_dir |
nothing calls this directly
no outgoing calls
no test coverage detected