Skip to content

Commit 28ad004

Browse files
kirilldemmertalevaviv926
authored
Update remote-machine-learning.md (#8038)
* Update remote-machine-learning.md provide an example to use cuda or another container * Update docs/docs/guides/remote-machine-learning.md Co-authored-by: aviv926 <[email protected]> * Update docs/docs/guides/remote-machine-learning.md --------- Co-authored-by: Mert <[email protected]> Co-authored-by: aviv926 <[email protected]>
1 parent ef4a492 commit 28ad004

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/docs/guides/remote-machine-learning.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ version: '3.8'
1616
services:
1717
immich-machine-learning:
1818
container_name: immich_machine_learning
19+
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
20+
# Example tag: ${IMMICH_VERSION:-release}-cuda
1921
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
22+
# extends:
23+
# file: hwaccel.ml.yml
24+
# service: # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
2025
volumes:
2126
- model-cache:/cache
2227
restart: always

0 commit comments

Comments
 (0)