mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-04 15:22:16 +00:00
several fixes
This commit is contained in:
parent
e2e2820c9a
commit
53a8086e37
60 changed files with 1006 additions and 1078 deletions
|
|
@ -28,9 +28,6 @@ from llama_stack.models.llama.datatypes import (
|
|||
ToolPromptFormat,
|
||||
)
|
||||
from llama_stack.models.llama.llama4.tokenizer import Tokenizer
|
||||
from llama_stack.providers.inline.inference.meta_reference.llama4.datatypes import (
|
||||
LLMInput,
|
||||
)
|
||||
|
||||
from .llama3.interface import LLama31Interface
|
||||
from .llama3.template_data import (
|
||||
|
|
@ -38,6 +35,7 @@ from .llama3.template_data import (
|
|||
system_message_builtin_tools_only,
|
||||
system_message_custom_tools_only,
|
||||
)
|
||||
from .llama4.datatypes import LLMInput
|
||||
|
||||
|
||||
class TextCompletionContent(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue