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

Upgrade django, jinja2, cryptography, transformers #296

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

andykawabata
Copy link
Contributor

@andykawabata andykawabata commented Feb 2, 2024

Dependency conflict note:

Ran into a dependency conflict when upgrading transformers.This upgrade caused a bump in huggingface_hub which brought out a known bug in the current version of sentence-transformers

There was a patch for this specific bug so I upgraded sentence-transformers from 2.2.0 to 2.2.1. I had to pin it there because going to 2.3.x requires upgrading torch - which seems like a big upgrade.

JIRA issue: https://jira.rti.org/browse/EWDCODE-294

Copy link
Contributor

@AstridKery AstridKery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked this by creating a new project with many labels and making sure the model still worked properly. As far as I can tell everything is running well. Thanks!

@AstridKery AstridKery merged commit d3fff6b into dev Feb 5, 2024
3 checks passed
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.

2 participants