We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modules.json
1 parent 9894e2a commit 162acc2Copy full SHA for 162acc2
backends/src/lib.rs
@@ -433,6 +433,8 @@ async fn init_backend(
433
tracing::info!("Dense modules downloaded in {:?}", start.elapsed());
434
Some(dense_paths)
435
} else {
436
+ // TODO(alvarobartt): eventually detach the Sentence Transformers module handling
437
+ // to prevent from duplicated code here and there
438
// For local models, try to parse modules.json and handle dense_path logic
439
let modules_json_path = model_path.join("modules.json");
440
if modules_json_path.exists() {
0 commit comments