mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-05 02:02:15 +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
|
|
@ -19,7 +19,7 @@ from typing import Dict, List, Optional, Tuple
|
|||
|
||||
from PIL import Image as PIL_Image
|
||||
|
||||
from llama_stack.models.llama.datatypes import (
|
||||
from ..datatypes import (
|
||||
BuiltinTool,
|
||||
RawContent,
|
||||
RawMediaItem,
|
||||
|
|
@ -30,7 +30,6 @@ from llama_stack.models.llama.datatypes import (
|
|||
ToolCall,
|
||||
ToolPromptFormat,
|
||||
)
|
||||
|
||||
from .tokenizer import Tokenizer
|
||||
from .tool_utils import ToolUtils
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue