add data structure to tasks

This commit is contained in:
Xi Yan 2024-10-10 21:33:13 -07:00
parent 9816c9aae6
commit ad18dc94ac
7 changed files with 100 additions and 168 deletions

View file

@ -5,7 +5,7 @@
# the root directory of this source tree.
from typing import AbstractSet, Dict
from .task import BaseTask
from llama_stack.apis.evals import BaseTask
class TaskRegistry: