MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / CaseResult

Class CaseResult

scripts/batch_eval_llama_cpp.py:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79@dataclass
80class CaseResult:
81 task: str
82 case_id: str
83 success: bool
84 audio_duration: float = 0.0
85 generation_time: float = 0.0
86 error: str = ""
87
88
89def discover_cases(benchmark_dir: Path, tasks: list[str]) -> list[tuple[str, str, Path, str]]:

Callers 1

run_batchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected