X-PLUG / mPLUG-DocOwl

mPLUG-DocOwl: Modularized Multimodal Large Language Model for Document Understanding
Apache License 2.0
1.12k stars 68 forks source link

DocOwl1.5-chat inference #69

Open sky-fly97 opened 1 month ago

sky-fly97 commented 1 month ago

Hello, when I use DocOwl1.5-Chat locally, I found that the model will automatically print results, how to turn off this automatic printing? I am worried that it may affect the inference speed.

HAWLYQ commented 1 month ago

Hi, @sky-fly97 you can try commenting out some codes containing print() in app.py and model_worker.py ~