Sentence transformers API from Hugging Face and Onnx Runtime not supporting FreeBSD

I am running a sentence transformer embedding model from hugging face and I get the below error using Spring Boot and I get the below error

Caused by: java.lang.IllegalStateException: Unsupported os:freebsd at ai.onnxruntime.OnnxRuntime.initOsArch(OnnxRuntime.java:118) at ai.onnxruntime.OnnxRuntime.<clinit>(OnnxRuntime.java:74)

Strange that ONNX a machine learning run time does not support freebsd 14 server, any work arounds??
 
Back
Top