Replies: 1 comment 2 replies
-
The GPU was most likely running out of memory at higher concurrencies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I decided to switch to
nllb-clip-large-siglip__mrl
model. I changed it in settings and runSMART SEARCH
job.In a 2-3 minutes I noticed that my GPU doesn't have a load.
I opened
immich_machine_learning
logs and saw this:immich_machine_learning logs
I decided to reduce
Smart Search concurrency
in settings from 8 to 4, but had the same errors as above.Then I reduce
Smart Search concurrency
from 4 to 2 and it was running without errors for all 56 000 assets.When
SMART SEARCH
job had finished, I decided to run it again for missing assets. And job started for a 25 000 assets - looks like a half of them not processed.I looked for the
immich_server
logs and saw this:immich_server logs
Finally I reduced
Smart Search concurrency
to 1 and it finished without errorsI started to use Smart Search since v1.91.0 I used
XLM-Roberta-Large-ViT-H-14__frozen_laion5b_s13b_b90k
model and had 8 jobs without any issues and errors.I'm using NVIDIA GTX1070
Driver Version: 550.54.14
CUDA Version: 12.4
pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
Beta Was this translation helpful? Give feedback.
All reactions