Skip to content

Commit e36383f

Browse files
committed
test
1 parent 706e424 commit e36383f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eval_protocol/pytest/default_single_turn_rollout_process.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ async def process_row(row: EvaluationRow) -> EvaluationRow:
6969

7070
stream = await acompletion(**request_params)
7171
async for chunk in stream:
72-
print("chunk added at time: ", time.time())
73-
print("chunk: ", chunk)
72+
# print("chunk added at time: ", time.time())
73+
# print("chunk: ", chunk)
7474
chunks.append(chunk)
7575

7676
response = litellm.stream_chunk_builder(chunks, messages_payload)

0 commit comments

Comments
 (0)