mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
test full generation + eval
This commit is contained in:
parent
16620a8185
commit
247a53d393
5 changed files with 15 additions and 3 deletions
|
@ -97,7 +97,6 @@ class InferenceRouter(Inference):
|
|||
logprobs=logprobs,
|
||||
)
|
||||
provider = self.routing_table.get_provider_impl(model)
|
||||
|
||||
if stream:
|
||||
return (chunk async for chunk in await provider.chat_completion(**params))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue