mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
Use latest koboldcpp_cu12.exe URL for NVIDIA install instad of hardlink
This commit is contained in:
@@ -924,7 +924,7 @@ if exist "%koboldcpp_install_path%\koboldcpp.exe" (
|
|||||||
REM Remove koboldcpp
|
REM Remove koboldcpp
|
||||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing existing koboldcpp.exe
|
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing existing koboldcpp.exe
|
||||||
del "%koboldcpp_install_path%\koboldcpp.exe"
|
del "%koboldcpp_install_path%\koboldcpp.exe"
|
||||||
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"
|
||||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%koboldcpp updated successfully.%reset%
|
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%koboldcpp updated successfully.%reset%
|
||||||
pause
|
pause
|
||||||
goto :update_manager_text_completion
|
goto :update_manager_text_completion
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ cd /d "%koboldcpp_install_path%"
|
|||||||
REM Use the GPU choice made earlier to install koboldcpp
|
REM Use the GPU choice made earlier to install koboldcpp
|
||||||
if "%GPU_CHOICE%"=="1" (
|
if "%GPU_CHOICE%"=="1" (
|
||||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Downloading koboldcpp.exe for: %cyan_fg_strong%NVIDIA%reset%
|
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"
|
start "" "koboldcpp.exe"
|
||||||
goto :install_koboldcpp_final
|
goto :install_koboldcpp_final
|
||||||
) else if "%GPU_CHOICE%"=="2" (
|
) else if "%GPU_CHOICE%"=="2" (
|
||||||
|
|||||||
Reference in New Issue
Block a user