multimodal-maestro icon indicating copy to clipboard operation
multimodal-maestro copied to clipboard

Effective prompting for Large Multimodal Models like GPT-4 Vision, LLaVA or CogVLM. 🔥

Results 10 multimodal-maestro issues
Sort by recently updated
recently updated
newest added

### Search before asking - [X] I have searched the Multimodal Maestro [issues](https://github.com/roboflow/multimodal-maestro/issues) and found no similar bug report. ### Bug Traceback (most recent call last): File "/data/megvii/projects/Qwen-VL/scripts/test_maestro.py", line 7,...

bug

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@​bgilbert] Trim...

dependencies

### Search before asking - [X] I have searched the Multimodal Maestro [issues](https://github.com/roboflow/multimodal-maestro/issues) and found no similar feature requests. ### Description Thanks for creating this amazing package! The refine function...

enhancement

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.2 to 4.36.0. Release notes Sourced from transformers's releases. v4.36: Mixtral, Llava/BakLlava, SeamlessM4T v2, AMD ROCm, F.sdpa wide-spread support New model additions Mixtral Mixtral is the new...

dependencies

# Description TODO ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...

enhancement

Adding local llm support

### Search before asking - [X] I have searched the Multimodal Maestro [issues](https://github.com/roboflow/multimodal-maestro/issues) and found no similar bug report. ### Bug Hi, First and foremost thanks for your nice work...

bug

### Search before asking - [X] I have searched the Multimodal Maestro [issues](https://github.com/roboflow/multimodal-maestro/issues) and found no similar feature requests. ### Description I am trying to achieve segmentation of objects such...

enhancement

### Proposed Code Structure Every prompting pipeline comes with `prompt_creator` and `result_processor`. You can manually instantiate instances of those classes or call `pipeline` function providing `name` argument. ```python from abc...

enhancement