mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
address feedback
This commit is contained in:
parent
bd43d37f4e
commit
24b914f0fe
2 changed files with 15 additions and 5 deletions
|
@ -13,6 +13,7 @@ from pydantic import BaseModel, Field
|
|||
|
||||
from llama_stack.apis.datasets import DatasetDef
|
||||
from llama_stack.apis.eval_tasks import EvalTaskDef
|
||||
from llama_stack.apis.memory_banks.memory_banks import MemoryBank
|
||||
from llama_stack.apis.models import Model
|
||||
from llama_stack.apis.scoring_functions import ScoringFnDef
|
||||
from llama_stack.apis.shields import Shield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue