mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
eval task
This commit is contained in:
parent
bca96b5b35
commit
1b62188c30
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Eval(Protocol):
|
|||
@webmethod(route="/eval/evaluate_batch", method="POST")
|
||||
async def evaluate_task(
|
||||
self,
|
||||
eval_task_def: Union[str, EvalTaskDef], # type: ignore
|
||||
eval_task_id: str,
|
||||
eval_task_config: EvalTaskConfig, # type: ignore
|
||||
) -> Job: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue