Skip to content

Maybe missing dependencies #1

@francogrex

Description

@francogrex

Good project but will need more clarity in specification on building.

  1. cargo build --release there is an error file "cargo.toml" needs to be "Cargo.toml" (this is easy to fix by user ok)
  2. 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 trait From<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]> is not implemented for SessionInputs<'_, '_, _>...

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

  1. there may be other unchecked errors...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions