mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-18 23:49:46 +00:00
ci for tools upload, minor function reordering
This commit is contained in:
parent
c03302b670
commit
33ca75d56f
3 changed files with 143 additions and 105 deletions
30
.github/workflows/kcpp-build-release-win.yaml
vendored
30
.github/workflows/kcpp-build-release-win.yaml
vendored
|
|
@ -180,8 +180,34 @@ jobs:
|
|||
whispermain.exe
|
||||
sdmain.exe
|
||||
ttsmain.exe
|
||||
whispermain.exe
|
||||
convert_hf_to_gguf.py
|
||||
convert_hf_to_gguf_update.py
|
||||
gguf-py
|
||||
legacy
|
||||
legacy
|
||||
|
||||
- name: Package Tools Release
|
||||
shell: pwsh
|
||||
run: |
|
||||
Compress-Archive `
|
||||
-Path `
|
||||
gguf-split.exe,
|
||||
quantize_clip.exe,
|
||||
quantize_gguf.exe,
|
||||
whispermain.exe,
|
||||
sdmain.exe,
|
||||
ttsmain.exe,
|
||||
convert_hf_to_gguf.py,
|
||||
convert_hf_to_gguf_update.py,
|
||||
gguf-py,
|
||||
legacy `
|
||||
-DestinationPath koboldcpp_tools.zip `
|
||||
-Force
|
||||
|
||||
- name: Upload tools to GitHub Rolling Tools Release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
shell: pwsh
|
||||
run: |
|
||||
gh release upload kcpp_tools_rolling `
|
||||
koboldcpp_tools.zip `
|
||||
--clobber
|
||||
Loading…
Add table
Add a link
Reference in a new issue