You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take this tutorial example, after the optimization in cuda, the output onnx model's input requires float16.
But the processor = model.create_multimodal_processor() processed the image and conducted float32 tensors.
Take this tutorial example, after the optimization in cuda, the output onnx model's input requires float16.
But the
processor = model.create_multimodal_processor()
processed the image and conducted float32 tensors.https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/phi-3-vision.md
The text was updated successfully, but these errors were encountered: