mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
Removed an accidentally committed debug print.
This commit is contained in:
parent
7784307a5f
commit
7a8e398f09
1 changed files with 0 additions and 1 deletions
|
@ -340,7 +340,6 @@ async def test_process_vllm_chat_completion_stream_response_no_finish_reason():
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
for chunk in mock_chunks:
|
for chunk in mock_chunks:
|
||||||
print(f"Test chunk:\n{chunk}")
|
|
||||||
yield chunk
|
yield chunk
|
||||||
|
|
||||||
chunks = [chunk async for chunk in _process_vllm_chat_completion_stream_response(mock_stream())]
|
chunks = [chunk async for chunk in _process_vllm_chat_completion_stream_response(mock_stream())]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue