Use latest koboldcpp_cu12.exe URL for NVIDIA install instad of hardlink

This commit is contained in:
Trung Ly
2025-05-26 13:28:25 -04:00
parent a831e0cb49
commit 2d5fced38b
2 changed files with 2 additions and 2 deletions

View File

@@ -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/download/v1.92.1/koboldcpp_cu12.exe"
curl -L -o "%koboldcpp_install_path%\koboldcpp.exe" "https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp_cu12.exe"
start "" "koboldcpp.exe"
goto :install_koboldcpp_final
) else if "%GPU_CHOICE%"=="2" (