-
How is it possible to load multiples images for Phi-3.5-vision-Instruct ?
And referencing them as Image ?
Maybe it is supported but now example to show how.
-
I have been testing the accuracy of Phi-3.5 Vision models in Web-LLM https://chat.webllm.ai/#/chat vs Nvidia nims available https://build.nvidia.com/microsoft/phi-3_5-vision-instruct
1. The Nvidia …
-
I am running the [phi3 vision directml](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct-onnx-directml/tree/main/directml-int4-rtn-block-32) tutorial [code](https://onnxruntime.ai/docs/gena…
-
Model: https://huggingface.co/microsoft/Phi-3-vision-128k-instruct
```console
$ mkdir -p /models/phi-3-vision && cd /models/phi-3-vision
$ git clone https://huggingface.co/microsoft/Phi-3-vision-…
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…
-
-
Can it be developed for local use? ollamam
-
**Describe the bug**
When calling the Phi-3-vision multimodal processor, a memory leak appears to occur, causing memory usage to continuously increase.
**To Reproduce**
Run the following script:
…
-
**The bug**
The 'quick spot check to verify we can rebuild complex multi-token unicode symbols' check in the `TransformersTokenizer` constructor is failing for Phi-3-vision-128k-instruct.
This i…
-
### Prerequisites
- [X] I am running the latest code. Mention the version if possible as well.
- [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md)…