Dididididi
Dididididi
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
or do I need all normal container to get it working?
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
i still cant confirm
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
ah
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
where do I input this nvtop
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
my server is running stuff
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
seems like server is not requesting to process anything
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
I cant tell
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
or should i turn on more detail logs to see it better
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
is it? im not sure
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
this was so long ago
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
dont think so
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
appreciate your help @sogan, let me know if u need anything more
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
windows desktop docker app
30 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
name: immich_remote_ml

services:
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
extends:
file: hwaccel.ml.yml
service: cuda # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003

volumes:
model-cache:
name: immich_remote_ml

services:
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
extends:
file: hwaccel.ml.yml
service: cuda # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003

volumes:
model-cache:
30 replies