diff --git a/dream-server/installers/phases/02-detection.sh b/dream-server/installers/phases/02-detection.sh index 28f3cd44..9c07598f 100755 --- a/dream-server/installers/phases/02-detection.sh +++ b/dream-server/installers/phases/02-detection.sh @@ -113,6 +113,8 @@ if [[ "${CAP_PROFILE_LOADED:-false}" == "true" ]]; then case "${CAP_LLM_BACKEND:-}" in amd) GPU_BACKEND="amd" ;; intel) GPU_BACKEND="intel" ;; + cpu) GPU_BACKEND="cpu" ;; + apple) GPU_BACKEND="apple" ;; *) GPU_BACKEND="nvidia" ;; esac [[ -n "${CAP_GPU_MEMORY_TYPE:-}" ]] && GPU_MEMORY_TYPE="${CAP_GPU_MEMORY_TYPE}"