mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-18 07:18:53 +00:00
precommit failures fixed
This commit is contained in:
parent
26a14c1d92
commit
1bcf484d83
6 changed files with 22 additions and 12 deletions
|
@ -10,10 +10,10 @@ from llama_models.llama3.api.datatypes import URL
|
|||
|
||||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
|
||||
from llama_stack.apis.common.type_system import ParamType
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from llama_stack.apis.common.type_system import ParamType
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class DatasetDef(BaseModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue