From 36d2bfa49f2d6edd2981db54b4673e9eb89209cf Mon Sep 17 00:00:00 2001 From: deffcolony Date: Sat, 23 Aug 2025 22:59:09 +0200 Subject: [PATCH] fix update for koboldcpp --- Launcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher.bat b/Launcher.bat index a891969..2279f9c 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_cu12.exe" + curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp.exe" echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%koboldcpp updated successfully.%reset% pause goto :update_manager_text_completion