tinker_cookbook.exceptions.BenchmarkNotFoundError
class tinker_cookbook.exceptions.BenchmarkNotFoundError(EvalError, KeyError)
The requested benchmark is not in the registry.
Raised when run_benchmark("unknown_name", ...) is called and
the name cannot be resolved — neither by direct registry lookup
nor by auto-importing tinker_cookbook.eval.benchmarks.<name>.
Available benchmarks are listed in the error message.