From 132d741c55c6bd10aa15b1280157a1cd54e97785 Mon Sep 17 00:00:00 2001 From: Jannik Streidl Date: Mon, 18 Mar 2024 17:09:43 +0100 Subject: [PATCH] set default to cpu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33656bbaf..dc1fba7b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ ENV RAG_EMBEDDING_MODEL="all-MiniLM-L6-v2" \ # Important: # If you want to use CUDA you need to install the nvidia-container-toolkit (https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) # you can set this to "cuda" but its recomended to use --build-arg CUDA_ENABLED=true flag when building the image - RAG_EMBEDDING_MODEL_DEVICE_TYPE="cuda" + RAG_EMBEDDING_MODEL_DEVICE_TYPE="cpu" # device type for whisper tts and embbeding models - "cpu" (default), "cuda" (nvidia gpu and CUDA required) or "mps" (apple silicon) - choosing this right can lead to better performance #### Preloaded models ##########################################################