add target for oldcpu cuda

(cherry picked from commit 572aba8e9c)
This commit is contained in:
Concedo
2024-07-06 00:37:01 +08:00
parent 06d9068c97
commit ecec9fb478
8 changed files with 3 additions and 111 deletions
-7
View File
@@ -1,7 +0,0 @@
- [x] I have read the [contributing guidelines](https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md)
- Self-reported review complexity:
- [ ] Low
- [ ] Medium
- [ ] High
@@ -1,4 +1,4 @@
name: Koboldcpp Windows Full AVX1 Binaries
name: Koboldcpp Windows Full OldCPU Binaries
on: workflow_dispatch
env:
@@ -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