mllm
mllm copied to clipboard
How to inference mllm by Python?
How to inference mllm by Python?
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.