Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started README Fix #160

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

jeffin07
Copy link
Contributor

Fixed #159

Error when trying Getting Started command cargo run --bin hello_world

@edgarriba
Copy link
Member

thanks so much !

@jeffin07
Copy link
Contributor Author

Hi @edgarriba, CI have 2 failures

  1. Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c cargo build --release"
  2. error[E0599]: no variant or associated item named Bfloat16found for enumTensorElementType in the current scope

Is this a known issue? I have only Updated readme. Is there anything required from my end to fix this ?

@edgarriba
Copy link
Member

@jeffin07 yep, not sure what is it but defenitely something is trying to pull ort-2.0.0-rc8 which seems to be broken. The only place this should happen is here https://github.com/kornia/kornia-rs/blob/main/examples/onnx/Cargo.toml#L18 and as you see the version doesn't match at all.

@edgarriba
Copy link
Member

In any case, we can merge this PR -- and investigate what's causing the other failure.

@edgarriba edgarriba merged commit bdf5704 into kornia:main Oct 24, 2024
4 of 9 checks passed
@edgarriba edgarriba mentioned this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting Started Not Working Properly
2 participants