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

Simplify celery worker use #2131

Merged
merged 3 commits into from Mar 20, 2023
Merged

Simplify celery worker use #2131

merged 3 commits into from Mar 20, 2023

Conversation

andreaskoepf
Copy link
Collaborator

No description provided.

@andreaskoepf andreaskoepf requested a review from yk as a code owner March 20, 2023 00:01
Copy link
Collaborator

@yk yk left a comment

Choose a reason for hiding this comment

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

thank you

@@ -7,7 +7,7 @@ fastapi==0.88.0
fastapi-limiter==0.1.5
fastapi-utils==0.2.1
loguru==0.6.0
numpy==1.22.4
numpy>=1.23.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm fine with >=, but we have == everywhere else, just fyi

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The problem is that trlx depended on a newer version of numpy, e.g. when working with a single venv some parts were incompatible .. I think it doesn't change much for the backend, therefore I changed the version to be "compatible"/less restrictive here.

@andreaskoepf andreaskoepf merged commit 4474123 into main Mar 20, 2023
3 checks passed
@andreaskoepf andreaskoepf deleted the celery_cleanup branch March 20, 2023 20:59
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.

None yet

2 participants