From 1ac8f6b279f232627d1d4d232819d09e5c03a842 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:46:19 +0200 Subject: [PATCH] Update frigate-install.sh --- install/frigate-install.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index c4924509..f7f95995 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -117,15 +117,15 @@ fi echo "tmpfs /tmp/cache tmpfs defaults 0 0" >>/etc/fstab msg_ok "Installed Frigate $RELEASE" -read -p "Semantic Search requires a dedicated GPU and at least 16GB RAM. Would you like to install it? (y/n): " semantic_choice -if [[ "$semantic_choice" == "y" ]]; then - msg_info "Configuring Semantic Search & AI Models" - mkdir -p /opt/frigate/models/semantic_search - curl -fsSL -o /opt/frigate/models/semantic_search/clip_model.pt https://huggingface.co/openai/clip-vit-base-patch32/resolve/main/pytorch_model.bin - msg_ok "Semantic Search Models Installed" -else - msg_ok "Skipped Semantic Search Setup" -fi +# read -p "Semantic Search requires a dedicated GPU and at least 16GB RAM. Would you like to install it? (y/n): " semantic_choice +# if [[ "$semantic_choice" == "y" ]]; then +# msg_info "Configuring Semantic Search & AI Models" +# mkdir -p /opt/frigate/models/semantic_search +# curl -fsSL -o /opt/frigate/models/semantic_search/clip_model.pt https://huggingface.co/openai/clip-vit-base-patch32/resolve/main/pytorch_model.bin +# msg_ok "Semantic Search Models Installed" +# else +# msg_ok "Skipped Semantic Search Setup" +# fi msg_info "Building and Installing libUSB without udev" wget -qO /tmp/libusb.zip https://github.com/libusb/libusb/archive/v1.0.29.zip