mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 02:39:49 +00:00
remove more imports
This commit is contained in:
parent
0a0c01fbc2
commit
93ed8aa814
6 changed files with 14 additions and 8 deletions
|
|
@ -7,7 +7,9 @@
|
|||
from enum import Enum
|
||||
|
||||
from typing import (
|
||||
Any,
|
||||
AsyncIterator,
|
||||
Dict,
|
||||
List,
|
||||
Literal,
|
||||
Optional,
|
||||
|
|
@ -32,8 +34,9 @@ from typing_extensions import Annotated
|
|||
|
||||
from llama_stack.apis.common.content_types import InterleavedContent
|
||||
|
||||
from llama_stack.apis.models import Model
|
||||
|
||||
from llama_stack.providers.utils.telemetry.trace_protocol import trace_protocol
|
||||
from llama_stack.apis.models import * # noqa: F403
|
||||
|
||||
|
||||
class LogProbConfig(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue