ONNX related issues
#43
by
harsh-shah
- opened
I tried to export the model to onnx but optimum-cli fails.
Also tried all the models listed here.
The models here do work but it has vastly different results than the torch and sentence-transformers example given in README.
@Xenova
it would be really helpful if you provide the optimum-cli/ torch.onnx.export command to do the export to a single model.onnx file (since I am trying to deploy the onnx to triton inference server).
Thanks in advance!