Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 89eda74

Browse files
authored
remove debug related logging
leaving as commented out as will reuse for multi-prompt work.
1 parent 2a8ea19 commit 89eda74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist_run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ def main():
433433
# increment prompt lengths for next token
434434
for i in range(len(prompt_lengths)):
435435
prompt_lengths[i] += 1
436-
logger.info(
437-
f"output review {prompt_lengths[i]=}, {padded_sequence[i, prompt_lengths[i]-1]=}"
438-
)
436+
# logger.info(
437+
# f"output review {prompt_lengths[i]=}, {padded_sequence[i, prompt_lengths[i]-1]=}"
438+
# )
439439

440440
# only send if not last step
441441
if step < (num_tokens - 1):

0 commit comments

Comments
 (0)