mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:22:36 +00:00
add export to eval
This commit is contained in:
parent
cdfc98cf08
commit
4c78432bc8
5 changed files with 66 additions and 0 deletions
|
|
@ -322,6 +322,14 @@ class EvalRouter(Eval):
|
|||
task_config=task_config,
|
||||
)
|
||||
|
||||
async def create_annotation_dataset(self, session_id: str, dataset_id: str) -> None:
|
||||
return await self.routing_table.get_provider_impl(
|
||||
task_id
|
||||
).create_annotation_dataset(
|
||||
session_id=session_id,
|
||||
dataset_id=dataset_id,
|
||||
)
|
||||
|
||||
async def job_status(
|
||||
self,
|
||||
task_id: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue