mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
Fix greedy import
This commit is contained in:
parent
c2a072911d
commit
403ebc6b59
1 changed files with 3 additions and 1 deletions
|
@ -8,8 +8,10 @@ from typing import AsyncGenerator, Dict, List, Optional
|
|||
|
||||
from llama_models.llama3.api.chat_format import ChatFormat
|
||||
|
||||
from llama_models.llama3.api.datatypes import (
|
||||
from llama_models.datatypes import (
|
||||
GreedySamplingStrategy,
|
||||
)
|
||||
from llama_models.llama3.api.datatypes import (
|
||||
SamplingParams,
|
||||
StopReason,
|
||||
TopKSamplingStrategy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue