mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 09:30:03 +00:00
precommit
This commit is contained in:
parent
9650549a54
commit
0352e36294
2 changed files with 2 additions and 8 deletions
|
|
@ -5,13 +5,13 @@
|
|||
# the root directory of this source tree.
|
||||
from typing import Any, Dict
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from llama_stack.providers.utils.kvstore.config import (
|
||||
KVStoreConfig,
|
||||
SqliteKVStoreConfig,
|
||||
)
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class MetaReferenceEvaluationConfig(BaseModel):
|
||||
kvstore: KVStoreConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue