mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 23:03:49 +00:00
huggingface provider
This commit is contained in:
parent
cc6edf6287
commit
d1633dc412
5 changed files with 99 additions and 34 deletions
|
@ -273,7 +273,10 @@ class EvalRouter(Eval):
|
|||
benchmark_id: str,
|
||||
benchmark_config: BenchmarkEvalTaskConfig,
|
||||
) -> Job:
|
||||
pass
|
||||
return await self.routing_table.get_provider_impl(benchmark_id).run_benchmark(
|
||||
benchmark_id=benchmark_id,
|
||||
benchmark_config=benchmark_config,
|
||||
)
|
||||
|
||||
async def run_eval(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue