How to process message in batch

#21
by sic - opened

eg:

texts = ['aa', 'bb']
images = ['pic1', 'pic2']

processor(text=texts, images=images) will raise error when call the function 'self.tokenizer'

sic changed discussion status to closed

Sign up or log in to comment