-
https://huggingface.co/microsoft/Phi-3-medium-128k-instruct
https://huggingface.co/microsoft/Phi-3-medium-4k-instruct
https://huggingface.co/microsoft/Phi-3-small-8k-instruct
https://huggingf…
-
### Feature request
I encountered a KeyError while loading the phi3-v vision model into Optimum Huggingface. The error message states:
```
KeyError: 'phi3-v model type is not supported yet in Nor…
-
Not able to find "ov_ph3_vision.py" in below link:
> if not Path("ov_phi3_vision.py").exists():
> r = requests.get(url="https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/lat…
-
Does ctranslate2 to have plans to support the recently released small, medium, and vision. I've tried running them with transformers (on Windows) and can't get past a Triton and compiler not found ki…
-
Please add support for [phi3-vision](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct) to neural speed. According to benchmarks provided, it comes close to many SOTA multimodal models with …
-
## Value Statement
As someone who wants a boring way to use AI
I would like to expose an image/PDF/document to the LLM
So that I can make requests and extract information, all within Ramalama
…
-
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior …
-
### Model description
Lorax's official supported models does not list any vision model. This is a big gap for a very successful product.
Having lorax a critical component in our tech stack without …
-
Hii, Thanks for this stunning work!
If I understood the paper in a proper way...
Since the SDXL and VAE part is fixed, only the transformer is trained. Is it possible to have a solely transformer c…
-
Please tell me the correct way to send an image to the vision model.
this is my function:
def generate_image_description(image_path):
prompt = f"Describe the content of this image: **{image…