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)
Publish this branch
This branch is in draft mode, publish it to be able to merge.

Sign up or log in to comment