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

fix(server): disable classification by default #5708

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

mertalev
Copy link
Contributor

Description

There's been a recent uptick in issues relating to image tagging. When the image classification model is being exported, it can fail on ARM devices and crash the ML service along with it. As it restarts, it once again receives an object tagging request, and hence effectively gets stuck in a crash loop. Since we're moving away from using this model, it's better to keep it disabled by default to avoid this issue.

Fixes #4918
Fixes #5234
Fixes #5634

Copy link

cloudflare-workers-and-pages bot commented Dec 15, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 59758da
Status: ✅  Deploy successful!
Preview URL: https://7470b7cc.immich.pages.dev
Branch Preview URL: https://fix-server-disable-classific.immich.pages.dev

View logs

@mertalev mertalev force-pushed the fix/server-disable-classification branch from 651bf6d to 59758da Compare December 15, 2023 04:32
@alextran1502 alextran1502 merged commit 4582578 into main Dec 15, 2023
19 checks passed
@alextran1502 alextran1502 deleted the fix/server-disable-classification branch December 15, 2023 05:34
jonhnet pushed a commit to jonhnet/immich that referenced this pull request Dec 15, 2023
* disable classification by default

* fixed tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants