CUDA unraid 1650 ML(machine learning) face recognition

for the life if me I cannot get the GPU face recognition to work. if i remove NVIDIA_VISIBLE_DEVICES it boots but wont work. if i add the gpu ID instead of all it still doesn't work.
30 Replies
Immich
Immich8mo ago
Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed. Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
omegaforts
omegafortsOP8mo ago
No description
Tempest
Tempest8mo ago
instead of checking off point 6, it would be a good idea to actually do it
omegaforts
omegafortsOP8mo ago
isnt that what i just showd you the docker file thats being processed to start immich?
Tempest
Tempest8mo ago
I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting
I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting
omegaforts
omegafortsOP8mo ago
i tought the image i sent you was the log/docker compose?
sogan
sogan8mo ago
You typed “al” instead of “all” there
omegaforts
omegafortsOP8mo ago
Which i corrected after posting and i get the same error.
sogan
sogan8mo ago
Can you share the error logs?
omegaforts
omegafortsOP8mo ago
restarting the system i was able to get immich started. however this is the error i am getting in the logs:
No description
sogan
sogan8mo ago
Are you setting a custom machine learning URL? It doesn’t like it
omegaforts
omegafortsOP8mo ago
i think i got it.
No description
omegaforts
omegafortsOP8mo ago
the wrong ip in there. i had the 192. instead of the 172. just one more question how long does it take to have facial recognition show up?
No description
Tempest
Tempest8mo ago
look at the network resources consumed. It's downloading the model before it can begin
omegaforts
omegafortsOP8mo ago
No description
Tempest
Tempest8mo ago
yep, looks like it's ready to go
omegaforts
omegafortsOP8mo ago
how quickly should i be seeing it working in immich?
Tempest
Tempest8mo ago
instantly but you should see it reload the model in the container as well
omegaforts
omegafortsOP8mo ago
No description
Tempest
Tempest8mo ago
what does the machine learning container show?
omegaforts
omegafortsOP8mo ago
No description
omegaforts
omegafortsOP8mo ago
these are the only 2 containers i have in unraid. i am fairly new to docker so i am not up with how everything works.
Tempest
Tempest8mo ago
from terminal, type something like
docker logs immich_machine_learning
docker logs immich_machine_learning
omegaforts
omegafortsOP8mo ago
no container
omegaforts
omegafortsOP8mo ago
No description
Tempest
Tempest8mo ago
try
docker ps
docker ps
omegaforts
omegafortsOP8mo ago
no machine learning container
omegaforts
omegafortsOP8mo ago
i installed the
No description
omegaforts
omegafortsOP8mo ago
with the nvidia cuda version
Tempest
Tempest8mo ago
alright well I'm going to go to bed. You're installing immich not according to the docs, so I'm not sure how to help you out. Perhaps mertal has some ideas, maybe someone else will hop in, otherwise maybe #unraid will help

Did you find this page helpful?