dvlab-research / MGM

Official repo for "Mini-Gemini: Mining the Potential of Multi-modality Vision Language Models"
Apache License 2.0
3.19k stars 278 forks source link

Huggingface inference script #84

Open berry-ding opened 5 months ago

berry-ding commented 5 months ago

hi masters, great work! Is there an inference code for model downloading from huggingface?

yanwei-li commented 5 months ago

Hi, please try this file mgm/serve/cli.py if you want to do simple inference. You can also set up a GUI following the guideline in README.