From 2a322934e9653d0c6aa26a2afc03b30c8a5d0882 Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:17:13 +0200 Subject: [PATCH] Update install_koboldcpp.bat --- .../Toolbox/App_Installer/Text_Completion/install_koboldcpp.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/functions/Toolbox/App_Installer/Text_Completion/install_koboldcpp.bat b/bin/functions/Toolbox/App_Installer/Text_Completion/install_koboldcpp.bat index c2bba66..e7e42b3 100644 --- a/bin/functions/Toolbox/App_Installer/Text_Completion/install_koboldcpp.bat +++ b/bin/functions/Toolbox/App_Installer/Text_Completion/install_koboldcpp.bat @@ -71,7 +71,7 @@ cd /d "%koboldcpp_install_path%" REM Use the GPU choice made earlier to install koboldcpp if "%GPU_CHOICE%"=="1" ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Downloading koboldcpp.exe for: %cyan_fg_strong%NVIDIA%reset% - curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp_cu12.exe" + curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp.exe" start "" "koboldcpp.exe" goto :install_koboldcpp_final ) else if "%GPU_CHOICE%"=="2" (