mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 16:00:01 +00:00
apply change and fixed test cases
This commit is contained in:
parent
89ab2be302
commit
b197d3ce1c
5 changed files with 35 additions and 24 deletions
|
|
@ -145,7 +145,7 @@ class TestVisionModelInference:
|
|||
assert len(grouped[ChatCompletionResponseEventType.complete]) == 1
|
||||
|
||||
content = "".join(
|
||||
chunk.event.delta
|
||||
chunk.event.delta.text
|
||||
for chunk in grouped[ChatCompletionResponseEventType.progress]
|
||||
)
|
||||
for expected_string in expected_strings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue