From dffcd2d318209f6beb53552066f8a059bd80232b Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 19 May 2025 18:55:56 -0700 Subject: [PATCH] desperate --- setup-ai-stack.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index ddb5b8a..b834951 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -524,7 +524,7 @@ if [[ "$1" != "--update" ]]; then if check_container_running "localai"; then echo "✅ Skipping LocalAI install (already running)." else - read -p "➕ Install LocalAI (GPU-accelerated)? [y/N]: " localai_prompt + read -p "➕ Install LocalAI (GPU-custom)? [y/N]: " localai_prompt if [[ "$localai_prompt" =~ ^[Yy]$ ]]; then echo "🧠 Installing LocalAI (Custom created localAI container)..." @@ -540,13 +540,10 @@ if [[ "$1" != "--update" ]]; then -p 8080:8080 \ -v ~/ai-stack/localai/models:/models \ -v ~/ai-stack/localai/models:/app/models \ - -v ~/ai-stack/localai/config:/app/configuration\ - -v ~/ai-stack/localai/config:/config \ -e ENABLE_BACKENDS=llama-cuda,whispercpp,stablediffusion,ollama \ -e INCLUDE_DEFAULT_MODELS=true \ -e AUTOLOAD_MODELS=true \ -e MODEL_PATH=/models \ - -e CONFIG_PATH=/config \ -e LOG_LEVEL=debug \ --restart unless-stopped \ localai:custom