Skip to content

Commit 572aba8

Browse files
committed
add target for oldcpu cuda
1 parent 5b605d0 commit 572aba8

8 files changed

+3
-111
lines changed

.devops/llama-cli-intel.Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

.devops/llama-server-intel.Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/kcpp-build-release-win-noavx2-full.yaml renamed to .github/workflows/kcpp-build-release-win-oldcpu-full.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Koboldcpp Windows Full AVX1 Binaries
1+
name: Koboldcpp Windows Full OldCPU Binaries
22

33
on: workflow_dispatch
44
env:
@@ -68,8 +68,7 @@ jobs:
6868
- name: Package PyInstallers
6969
id: make_pyinstaller
7070
run: |
71-
./make_pyinstaller.bat
72-
./make_pyinstaller_cuda.bat
71+
./make_pyinstaller_cuda_oldcpu.bat
7372
7473
- name: Save artifact
7574
uses: actions/upload-artifact@v3

cmake/arm64-windows-llvm.cmake

Lines changed: 0 additions & 16 deletions
This file was deleted.

cmake/arm64-windows-msvc.cmake

Lines changed: 0 additions & 6 deletions
This file was deleted.

cmake/git-vars.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

make_pyinstaller_cuda_oldcpu.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyInstaller --noconfirm --onefile --clean --console --collect-all customtkinter --collect-all psutil --icon "./nikogreen.ico" --add-data "./winclinfo.exe;." --add-data "./OpenCL.dll;." --add-data "./kcpp_adapters;./kcpp_adapters" --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 "./koboldcpp_failsafe.dll;." --add-data "./koboldcpp_noavx2.dll;." --add-data "./koboldcpp_clblast_noavx2.dll;." --add-data "./koboldcpp_vulkan_noavx2.dll;." --add-data "./clblast.dll;." --add-data "./vulkan-1.dll;." --add-data "./koboldcpp_cublas.dll;." --add-data "./cublas64_11.dll;." --add-data "./cublasLt64_11.dll;." --add-data "./cudart64_110.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;." "./koboldcpp.py" -n "koboldcpp_oldcpu.exe"

0 commit comments

Comments
 (0)