mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
register task required
This commit is contained in:
parent
7ca479f400
commit
94a56cc3f3
4 changed files with 30 additions and 22 deletions
|
@ -70,7 +70,6 @@ class Eval(Protocol):
|
|||
async def run_eval(
|
||||
self,
|
||||
task_id: str,
|
||||
task_def: EvalTaskDef,
|
||||
task_config: EvalTaskConfig,
|
||||
) -> Job: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue