forked from phoenix-oss/llama-stack-mirror
refactor: move generation.py to llama3
This commit is contained in:
parent
725423c95c
commit
02066591b8
4 changed files with 46 additions and 35 deletions
|
@ -36,7 +36,7 @@ from llama_stack.providers.utils.inference.prompt_adapter import (
|
|||
CompletionRequestWithRawContent,
|
||||
)
|
||||
|
||||
from .generation import TokenResult
|
||||
from .common import TokenResult
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue