Skip to content

Commit

Permalink
Add libonnxruntime.so in BUILD.md to clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
boydjohnson committed Feb 7, 2023
1 parent fc5c080 commit 05c9af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ instead of `onnxruntime/rust/target`.
### cargo test both crates while specifying the absolute path to the OnnxRuntime shared library.

```sh
RUST_ONNXRUNTIME_LIBRARY_PATH=<absolute path to shared library> CARGO_TARGET_DIR=build/rust cargo test --manifest-path rust/Cargo.toml --features model-fetching
RUST_ONNXRUNTIME_LIBRARY_PATH=<absolute path to shared library/libonnxruntime.so> CARGO_TARGET_DIR=build/rust cargo test --manifest-path rust/Cargo.toml --features model-fetching
```

## cargo test with sanitizer support
Expand Down

0 comments on commit 05c9af2

Please sign in to comment.