How was the ONNX model in this format exported?
#5
by
sulemontree
- opened
I'm trying to export a fine-tuned version of apple/FastVLM-0.5B to ONNX format, but optimum-cli fails during export.
Is this due to an incompatible version of Optimum or Transformers?
Could you please provide:
A working export example (script or command),
Or the exact versions of optimum, transformers, and torch used to produce the official ONNX model (e.g., like onnx-community/FastVLM-0.5B-ONNX)?
Any guidance would be greatly appreciated!