Hello, can you support the conversion of llava to onnx
#22
by
YinZiQi
- opened
Hello, can you support the conversion of llava to onnx.
Hey! Currently ONNX export is not supported natively through hugginface optimum, but we have a small script we've been using to decompose the model into vision and LM parts and export each of them separately.
The script is here (https://colab.research.google.com/drive/1IhC8YOV68cze0XWGfuqSclnVTt_FskUd?usp=sharing), feel free to adapt it for your use-case