diff --git a/README.md b/README.md index 96f6c06..bc62e2c 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,10 @@ println!("Rerank result: {:?}", results); Alternatively, local model files can be used for inference via the `try_new_from_user_defined(...)` methods of respective structs. +## Support ✊ + +If you're interested in supporting this library, please consider donating to our primary upstream dependency, [`ort`](https://github.com/pykeio/ort?tab=readme-ov-file#-sponsor-ort) - The Rust wrapper for the ONNX runtime. + ## 🚒 Under the hood ### Why fast? diff --git a/tests/embeddings.rs b/tests/embeddings.rs index 0025c80..5d64382 100644 --- a/tests/embeddings.rs +++ b/tests/embeddings.rs @@ -321,6 +321,7 @@ fn test_rerank() { }); } +#[ignore] #[test] fn test_user_defined_reranking_large_model() { // Setup model to download from Hugging Face