fix: bump llama.cpp b5857 on windows

This commit is contained in:
Louis 2025-07-15 10:15:03 +07:00
parent 55b68df956
commit 8e85c2fd06
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -1,7 +1,7 @@
@echo off
set CORTEX_VERSION=1.0.14
set ENGINE_VERSION=b5509
set ENGINE_VERSION=b5857
set ENGINE_DOWNLOAD_URL=https://github.com/menloresearch/llama.cpp/releases/download/%ENGINE_VERSION%/llama-%ENGINE_VERSION%-bin-win
set ENGINE_DOWNLOAD_GGML_URL=https://github.com/ggml-org/llama.cpp/releases/download/%ENGINE_VERSION%/llama-%ENGINE_VERSION%-bin-win
set CUDA_DOWNLOAD_URL=https://github.com/menloresearch/llama.cpp/releases/download/%ENGINE_VERSION%
@ -35,7 +35,7 @@ for %%F in (%SUBFOLDERS%) do (
@REM Move cu*.dll files
for %%D in (.\engines\engines\llama.cpp\%%F\%ENGINE_VERSION%\cu*.dll) do (
move "%%D" "%BIN_PATH%"
move "%%D" "%BIN_PATH%"
)
)