Skip to content

Commit 8f86502

Browse files
committed
Remove debug line
1 parent 4ca3554 commit 8f86502

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/paligemma/processing_paligemma.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export class PaliGemmaProcessor extends Processor {
4444
const image_seq_length = this.image_processor.config.image_seq_length;
4545
let input_strings;
4646
if (text.some((t) => t.includes(IMAGE_TOKEN))) {
47-
console.log('this.image_processor.config', this.image_processor.config)
4847
input_strings = text.map(
4948
sample => {
5049
const expanded_sample = sample.replaceAll(IMAGE_TOKEN, IMAGE_TOKEN.repeat(image_seq_length));

0 commit comments

Comments
 (0)