update-onnx-model
#13
by
kozistr
- opened
Issue with loading the onnx model with TEI
So, I've re-exported the onnx file following code.
onnx_model = SentenceTransformer('answerdotai/ModernBERT-large', backend='onnx', model_kwargs={'export': True})
onnx_model.save_pretrained(output_dir)