mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 06:52:16 +00:00
refactor: move all llama code to models/llama out of meta reference
This commit is contained in:
parent
28e262ecdc
commit
e2e2820c9a
29 changed files with 495 additions and 382 deletions
|
|
@ -16,7 +16,7 @@ from typing import List, Optional
|
|||
|
||||
from termcolor import colored
|
||||
|
||||
from llama_stack.models.llama.datatypes import (
|
||||
from ..datatypes import (
|
||||
BuiltinTool,
|
||||
RawMessage,
|
||||
StopReason,
|
||||
|
|
@ -24,7 +24,6 @@ from llama_stack.models.llama.datatypes import (
|
|||
ToolDefinition,
|
||||
ToolPromptFormat,
|
||||
)
|
||||
|
||||
from . import template_data
|
||||
from .chat_format import ChatFormat
|
||||
from .prompt_templates import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue