mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 00:34:44 +00:00
remove unnecessary changes
This commit is contained in:
parent
f5d427c178
commit
d5e2227077
1 changed files with 0 additions and 8 deletions
|
@ -322,14 +322,6 @@ 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