mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
precommit
This commit is contained in:
parent
d62f1040fe
commit
3367c52e31
2 changed files with 1 additions and 6 deletions
|
@ -8,11 +8,6 @@ from typing import Any, Dict, List, Optional
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
from llama_stack.apis.agents import Agents
|
from llama_stack.apis.agents import Agents
|
||||||
from llama_stack.apis.common.type_system import (
|
|
||||||
ChatCompletionInputType,
|
|
||||||
CompletionInputType,
|
|
||||||
StringType,
|
|
||||||
)
|
|
||||||
from llama_stack.apis.datasetio import DatasetIO
|
from llama_stack.apis.datasetio import DatasetIO
|
||||||
from llama_stack.apis.datasets import Datasets
|
from llama_stack.apis.datasets import Datasets
|
||||||
from llama_stack.apis.eval_tasks import EvalTask
|
from llama_stack.apis.eval_tasks import EvalTask
|
||||||
|
|
|
@ -19,7 +19,7 @@ from llama_stack.apis.scoring import (
|
||||||
ScoringResult,
|
ScoringResult,
|
||||||
ScoringResultRow,
|
ScoringResultRow,
|
||||||
)
|
)
|
||||||
from llama_stack.apis.scoring_functions import AggregationFunctionType, ScoringFn
|
from llama_stack.apis.scoring_functions import ScoringFn
|
||||||
|
|
||||||
from llama_stack.distribution.request_headers import NeedsRequestProviderData
|
from llama_stack.distribution.request_headers import NeedsRequestProviderData
|
||||||
from llama_stack.providers.datatypes import ScoringFunctionsProtocolPrivate
|
from llama_stack.providers.datatypes import ScoringFunctionsProtocolPrivate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue