Skip to content

Commit ebc6c0d

Browse files
authored
Remove reference to phi3_vision
1 parent c174c25 commit ebc6c0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/multimodal_vision/idefics3_example.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ def tokenize(sample):
7777
)
7878

7979

80-
# long data lengths produced by the phi3_vision processor
81-
# can lead to integer overflows when mapping, avoid with writer_batch_size
80+
# avoid errors with writer_batch_size
8281
ds = ds.map(tokenize, writer_batch_size=1, remove_columns=ds.column_names)
8382

8483
# Perform oneshot

0 commit comments

Comments
 (0)