-
Lots of people have asked to have a local version working that is not reliant on OpenAI.
So far OSS models have seemed to not be good enough but [Phi-3](https://huggingface.co/microsoft/Phi-3-visio…
-
Is it working right now in any way?
-
Phi3 Vision weights are opensourced in hugging face
https://huggingface.co/microsoft/Phi-3-vision-128k-instruct
Hoping to see it in ollama models.
-
(.venv) (base) root@d7f34e41228d:~/Phi3-Vision-Finetune# python -m src.serve.app --model-path "/home/Phi3-Vision-Finetune/output/model"
The repository for /home/Phi3-Vision-Finetune/output/model cont…
-
https://huggingface.co/microsoft/Phi-3.5-vision-instruct
-
while merging the lora weights with the **merge_lora_weights.py**, I got this error
Here's the parameters for merge_lora_weights.py
`python src/merge_lora_weights.py \
--model-path /kaggle/wo…
-
### System Info
TGI v2.2.0 with the official Docker image.
### Information
- [x] Docker
- [ ] The CLI directly
### Tasks
- [x] An officially supported command
- [ ] My own modifications
### Repr…
-
### Describe the issue as clearly as possible:
`Should work with Phi3-vision, but running into errors`
### Steps/code to reproduce the bug:
```python
from outlines import models
from outlines impo…
-
Huggingface Model: https://huggingface.co/microsoft/Phi-3.5-vision-instruct
Fine-tuned Dataset: https://huggingface.co/datasets/linxy/LaTeX_OCR
Usually, fine-tuning a multimodal large model invo…
-
while running inference after **merging lora weights** with the following script
`
!python -m src.serve.cli \
--model-path /kaggle/working/Phi3-Vision-Finetune/output \
--image-file /kaggle/work…