mllm icon indicating copy to clipboard operation
mllm copied to clipboard

How to inference mllm by Python?

Open scutzhe opened this issue 1 year ago • 1 comments

How to inference mllm by Python?

scutzhe avatar Dec 20 '24 06:12 scutzhe

The mllm project currently only provides C++ API. Since the front end of mllm has not yet fully stabilized, we have not prioritized the work on Python bindings. If you want to call some functions of mllm using Python, you can use pybind11 to achieve this.

chenghuaWang avatar Dec 22 '24 11:12 chenghuaWang