MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / build_driver

Function build_driver

tests/sol_execbench/driver/test_eval_driver.py:45–47  ·  view source on GitHub ↗

Return the eval_driver.py template source.

()

Source from the content-addressed store, hash-verified

43
44
45def build_driver() -> str:
46 """Return the eval_driver.py template source."""
47 return (_TEMPLATES_DIR / "eval_driver.py").read_text()
48
49
50def parse_eval_result(stdout: str, stderr: str) -> list[dict]:

Callers 4

_run_eval_driverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected