Lee Stott
Lee Stott
@natke did you repo this issue?
Closing issue as no issues have been reported since Oct 2024 if you experience issues please reopen
Hi I will run a translation for Hindi @Madhusolanki48
@eltociear please fix this PR
Here are some steps and tips to help you resolve this issue: ### 1. Tensor Dimensions The error message indicates a mismatch in tensor dimensions. Specifically, the model expects a...
The error message indicates that the input tensor's rank is incorrect. The model expects a 5-dimensional tensor, but it is receiving a 4-dimensional tensor. You need to adjust the input...
@ShawnSiao we are using an automated solution for language translations are ask is to help us validate issues the auto translation is providing see https://github.com/azure/co-op-translator
If you have inference errors, please double check the environ and dependencies, this is what we suggest https://huggingface.co/microsoft/Phi-4-multimodal-instruct#requirements Alternatively you can look at this dockerfile https://github.com/anastasiosyal/phi4-multimodal-instruct-server/blob/main/dockerfile
@Chaknith please fix the conflicts in this PR
Currently, the [ONNX runtime](https://github.com/microsoft/onnxruntime) does not support loading multiple images for the Phi 3.5 Vision model in C#. This limitation means that you cannot directly input multiple images as you...