Skip to content

Commit 34393de

Browse files
committed
version and fixed batch for Ampere
1 parent cc88881 commit 34393de

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

koboldcpp.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
# extra_images_max = 4
7878

7979
# global vars
80-
KcppVersion = "1.99001"
81-
LcppVersion = "b6332-70"
80+
KcppVersion = "1.99002"
81+
LcppVersion = "b6365-70"
8282
IKLcppVersion = "IKLpr624"
83-
EsoboldVersion = "RMv1.17.19m"
83+
EsoboldVersion = "RMv1.17.29m"
8484
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
85-
ReleaseDate = "2025/10/06"
85+
ReleaseDate = "2025/10/07"
8686
showdebug = True
8787
# guimode = False
8888

make_pyinstaller_Fks_Cublas_12.8_Ampere_and_beyond.bat

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cd /d "%~dp0"
2+
call create_ver_file.bat
3+
copy "P:\NVIDIAGPUCT\CUDA\v12.9\bin\cudart64_12.dll" .\ /Y
4+
copy "P:\NVIDIAGPUCT\CUDA\v12.9\bin\cublasLt64_12.dll" .\ /Y
5+
copy "P:\NVIDIAGPUCT\CUDA\v12.9\bin\cublas64_12.dll" .\ /Y
6+
PyInstaller --noconfirm --onefile --clean --console --collect-all customtkinter --collect-all psutil --icon "./nikogreen.ico" --add-data "./simpleclinfo.exe;." --add-data "./aria2c-win.exe;." --add-data "./OpenCL.dll;." --add-data "./kcpp_adapters;./kcpp_adapters" --add-data "./gguf-py;./gguf-py" --add-data "./koboldcpp.py;." --add-data "./json_to_gbnf.py;." --add-data "./klite.embd;." --add-data "./kcpp_docs.embd;." --add-data "./kcpp_sdui.embd;." --add-data "./taesd.embd;." --add-data "./taesd_xl.embd;." --add-data "./taesd_f.embd;." --add-data "./taesd_3.embd;." --add-data "./koboldcpp_cublas.dll;." --add-data "./cublasLt64_12.dll;." --add-data "./cublas64_12.dll;." --add-data "./cudart64_12.dll;." --add-data "./msvcp140.dll;." --add-data "./msvcp140_codecvt_ids.dll;." --add-data "./vcruntime140.dll;." --add-data "./vcruntime140_1.dll;." --add-data "./rwkv_vocab.embd;." --add-data "./rwkv_world_vocab.embd;." --version-file "./version.txt" "./koboldcpp.py" -n "croco.cpp_fks_cuda_12.9_Ampere_and_beyond.exe"
7+
pause

0 commit comments

Comments
 (0)