You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracing::error!("Model ONNX files not found in the repository")
346
+
tracing::error!("Model ONNX files not found in the repository. You can easily create ONNX files using the following scripts: https://gist.github.com/tomaarsen/4b00b0e3be8884efa64cfab9230b161f, or use a space for that:https://huggingface.co/spaces/sentence-transformers/backend-export")
347
347
}
348
348
false => {
349
349
tracing::info!("Model ONNX weights downloaded in {:?}", start.elapsed())
0 commit comments