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

Update the dependency version to fix the CI #437

Closed
wants to merge 36 commits into from

Conversation

kozistr
Copy link
Contributor

@kozistr kozistr commented Nov 17, 2024

What does this PR do?

related to #295

https://github.com/huggingface/text-embeddings-inference/actions/runs/11686554315/job/32542586602?pr=295

I found CI was failing due to a version mismatch between ndarray and ort crates. comb of ndarray 0.15.6 and ort 2.0.0-rc4 is fine, but, in the CI pipeline, it tried to use 2.0.0-rc8, not rc4, and 2.0.0-rc8 requires ndarray 0.16.1. so, I just explicitly updated the ndarray crate version to 0.16.1 along with ort to 2.0.0-rc8.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@OlivierDehaene OR @Narsil

OlivierDehaene and others added 30 commits June 27, 2024 11:26
Signed-off-by: Adrien <[email protected]>
Co-authored-by: Guillaume LEGENDRE <[email protected]>
@OlivierDehaene
Copy link
Member

The dependencies were updated on another commit.

@kozistr kozistr deleted the fix/rocm-support branch December 12, 2024 13:13
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.

9 participants