-
Notifications
You must be signed in to change notification settings - Fork 10
Maybe missing dependencies #1
Copy link
Copy link
Open
Description
Good project but will need more clarity in specification on building.
- cargo build --release there is an error file "cargo.toml" needs to be "Cargo.toml" (this is easy to fix by user ok)
- more seriously: cargo build --release: error[E0277]: the trait bound
SessionInputs<'_, '_, _>: From<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]>is not satisfied
--> libtashkeel_base/src/inference_engine/ort.rs:29:35
|
29 | let outputs = session.run(SessionInputs::from(inputs.as_slice()))?;
| ^^^^^^^^^^^^^ the traitFrom<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]>is not implemented forSessionInputs<'_, '_, _>...
There is probably a dependency on python's tensorflow? Don't assume it's a default , if there is any dependency in anything above base packages please precise them in Readme.md
- there may be other unchecked errors...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels