-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
immich-machine-learning throws a Exception in ASGI application error on starting any kind of machine learning job #9720
Comments
tried creating new instances on arch and windows, arch worked without any problems but windows still had the same error even with a new instance |
@mertalev I've seen a few cases of this |
heres another thing that happened
|
well it turns out nothing is able to access the gpu inside wsl for some reason. I have tried these two docker run --rm -it --gpus=all nvcr.io/nvidia/k8s/cuda-sample:nbody nbody -gpu -benchmark Output
and running docker run --rm -it -p 8888:8888 --gpus all tensorflow/tensorflow:latest-gpu-jupyter Output
closing this issue as this is not related to immich but would appreciate any kind of help in solving this issue |
Please see NVIDIA/nvidia-container-toolkit#520 . |
There's a version update for Docker Desktop to 4.31.0 that has resolved this issue. It contains the updated NVIDIA Container Toolkit 1.15.0. |
The bug
As stated in the title as soon as I start the machine learning jobs(smart search in my usecase) the container downloads the model but then throws a Exception in ASGI application application with a long python error trace pointing to onnx.
The OS that Immich Server is running on
Win11 + WSL2
Version of Immich Server
v1.105.1
Version of Immich Mobile App
v1.105.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
This didn't happen with previous versions and only started happening after updating to 1.105.x
The text was updated successfully, but these errors were encountered: