phi3vision / app.py
Shankarm08's picture
Create app.py
615beef verified
raw
history blame contribute delete
154 Bytes
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-vision-128k-instruct", trust_remote_code=True)