Skip to content

Commit 9a21126

Browse files
committed
Adding suggestions to fixing missing ONNX files.
1 parent 006e16b commit 9a21126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ async fn init_backend(
343343
.map_err(|err| BackendError::WeightsNotFound(err.to_string()))?;
344344
match model_files.is_empty() {
345345
true => {
346-
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")
347347
}
348348
false => {
349349
tracing::info!("Model ONNX weights downloaded in {:?}", start.elapsed())

0 commit comments

Comments
 (0)