Skip to content

Commit

Permalink
add target for oldcpu cuda
Browse files Browse the repository at this point in the history
(cherry picked from commit 572aba8)
  • Loading branch information
LostRuins committed Jul 5, 2024
1 parent 06d9068 commit ecec9fb
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 111 deletions.
26 changes: 0 additions & 26 deletions .devops/llama-cli-intel.Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions .devops/llama-server-intel.Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions .github/pull_request_template.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Koboldcpp Windows Full AVX1 Binaries
name: Koboldcpp Windows Full OldCPU Binaries

on: workflow_dispatch
env:
Expand Down Expand Up @@ -68,8 +68,7 @@ jobs:
- name: Package PyInstallers
id: make_pyinstaller
run: |
./make_pyinstaller.bat
./make_pyinstaller_cuda.bat
./make_pyinstaller_cuda_oldcpu.bat
- name: Save artifact
uses: actions/upload-artifact@v3
Expand Down
16 changes: 0 additions & 16 deletions cmake/arm64-windows-llvm.cmake

This file was deleted.

6 changes: 0 additions & 6 deletions cmake/arm64-windows-msvc.cmake

This file was deleted.

22 changes: 0 additions & 22 deletions cmake/git-vars.cmake

This file was deleted.

1 change: 1 addition & 0 deletions make_pyinstaller_cuda_oldcpu.bat
Original file line number Diff line number Diff line change
@@ -0,0 +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 comments on commit ecec9fb

Please sign in to comment.