forked from phoenix-oss/llama-stack-mirror
# What does this PR do? - fix interleaved_content_convert_to_raw in prompt_adapter to correctly convert ImageContentItem to RawMediaItem with raw data bytes ## Test Plan ``` torchrun $CONDA_PREFIX/bin/pytest -v -s -k "meta_reference" --inference-model="meta-llama/Llama-3.2-11B-Vision-Instruct" ./llama_stack/providers/tests/inference/test_vision_inference.py ``` **Before** <img width="844" alt="image" src="https://github.com/user-attachments/assets/f2784b42-2e36-4477-9041-903d5d628a68" /> **After** <img width="836" alt="image" src="https://github.com/user-attachments/assets/362b6e47-29f7-4119-bcf3-f75db842735f" /> ## Sources Please link relevant resources if necessary. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Ran pre-commit to handle lint / formatting issues. - [ ] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. |
||
---|---|---|
.. | ||
__init__.py | ||
embedding_mixin.py | ||
model_registry.py | ||
openai_compat.py | ||
prompt_adapter.py |