mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix: address first round of reviews
Signed-off-by: Alina Ryan <aliryan@redhat.com>
This commit is contained in:
parent
402358c8e9
commit
c2f0db9128
26 changed files with 44 additions and 145 deletions
|
|
@ -112,7 +112,7 @@ from .datatypes import (
|
|||
VectorStoresProtocolPrivate,
|
||||
)
|
||||
from .eval import BenchmarkConfig, Eval, EvalCandidate, EvaluateResponse, ModelCandidate
|
||||
from .file_processor import FileProcessor, ProcessedContent, ProcessFileRequest
|
||||
from .file_processors import FileProcessors, ProcessedContent, ProcessFileRequest
|
||||
from .files import (
|
||||
ExpiresAfter,
|
||||
Files,
|
||||
|
|
@ -519,7 +519,7 @@ __all__ = [
|
|||
"ExpiresAfter",
|
||||
"ExternalApiSpec",
|
||||
"ExtraBodyField",
|
||||
"FileProcessor",
|
||||
"FileProcessors",
|
||||
"Files",
|
||||
"Fp8QuantizationConfig",
|
||||
"clear_dynamic_schema_types",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue