forked from LostRuins/koboldcpp
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmake_pyinstaller_Fks_Cuda_12.9_Pascal_Turing_and_beyond.bat
More file actions
7 lines (7 loc) · 1.41 KB
/
make_pyinstaller_Fks_Cuda_12.9_Pascal_Turing_and_beyond.bat
File metadata and controls
7 lines (7 loc) · 1.41 KB
1
2
3
4
5
6
7
cd /d "%~dp0"
call create_ver_file.bat
REM copy "P:\NVIDIAGPUCT\CUDA\v12.9\bin\cudart64_12.dll" .\ /Y
REM copy "P:\NVIDIAGPUCT\CUDA\v12.9\bin\cublasLt64_12.dll" .\ /Y
REM copy "P:\NVIDIAGPUCT\CUDA\v12.9\bin\cublas64_12.dll" .\ /Y
PyInstaller --noconfirm --onefile --clean --console --collect-all customtkinter --collect-all psutil --exclude pyqt5 --icon "./nikogreen.ico" --add-data "./simpleclinfo.exe;." --add-data "./aria2c-win.exe;." --add-data "./OpenCL.dll;." --add-data "./kcpp_adapters;./kcpp_adapters" --add-data "./koboldcpp.py;." --add-data "./json_to_gbnf.py;." --add-data "./launch.cmd;." --add-data "./requirements_minimal.txt;." --add-data "./LICENSE.md;." --add-data "./MIT_LICENSE_GGML_SDCPP_LLAMACPP_ONLY.md;." --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_default.dll;." --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_Pascal_Turing_and_beyond.exe"
pause