From a831e0cb4907e91d68274c056e633e5da41eeba9 Mon Sep 17 00:00:00 2001 From: Trung Ly Date: Mon, 26 May 2025 12:15:55 -0400 Subject: [PATCH] Change Koboldcpp URL to cuda --- Launcher.bat | 2 +- .../Toolbox/App_Installer/Text_Completion/install_koboldcpp.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Launcher.bat b/Launcher.bat index ce23d13..e1350ea 100644 --- a/Launcher.bat +++ b/Launcher.bat @@ -924,7 +924,7 @@ if exist "%koboldcpp_install_path%\koboldcpp.exe" ( REM Remove koboldcpp echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing existing koboldcpp.exe del "%koboldcpp_install_path%\koboldcpp.exe" - curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp.exe" + curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/download/v1.92.1/koboldcpp_cu12.exe" echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%koboldcpp updated successfully.%reset% pause goto :update_manager_text_completion 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 e7e42b3..e31c633 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.exe" + curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/download/v1.92.1/koboldcpp_cu12.exe" start "" "koboldcpp.exe" goto :install_koboldcpp_final ) else if "%GPU_CHOICE%"=="2" (