Skip to content

Commit

Permalink
IL-239 hotfix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFehseTNG committed Feb 6, 2024
1 parent 3d01960 commit acbfdc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/intelligence_layer/core/chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,5 @@ def do_run(self, input: ChunkInput, task_span: TaskSpan) -> ChunkOutput:
total_length -= len(last_overlap[0])
last_overlap = last_overlap[1:]

print(chunk_ids)
decoded_chunks = self.tokenizer.decode_batch(chunk_ids)
return ChunkOutput(chunks=decoded_chunks)

0 comments on commit acbfdc4

Please sign in to comment.