forked from phoenix-oss/llama-stack-mirror
New quantized models (#301)
This commit is contained in:
parent
05a8d47b98
commit
7afe51c84d
6 changed files with 292 additions and 21 deletions
|
@ -172,7 +172,7 @@ async def run_mm_main(
|
|||
],
|
||||
)
|
||||
cprint(f"User>{message.content}", "green")
|
||||
iterator = client.chat_completion(
|
||||
iterator = await client.chat_completion(
|
||||
model=model,
|
||||
messages=[message],
|
||||
stream=stream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue