mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
upgrade to upload-artifact v4
This commit is contained in:
parent
e07e73aeb4
commit
b37354bf73
7 changed files with 7 additions and 7 deletions
|
@ -78,7 +78,7 @@ jobs:
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_linux_arm64_binary
|
name: kcpp_linux_arm64_binary
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
./koboldcpp.sh dist
|
./koboldcpp.sh dist
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_linux_binary
|
name: kcpp_linux_binary
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
./koboldcpp.sh dist
|
./koboldcpp.sh dist
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_linux_binary
|
name: kcpp_linux_binary
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
dist/koboldcpp-mac-arm64 --model baby_llama.gguf --gpulayers 99 --benchmark --prompt 'Hi, my name is'
|
dist/koboldcpp-mac-arm64 --model baby_llama.gguf --gpulayers 99 --benchmark --prompt 'Hi, my name is'
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_mac_binary
|
name: kcpp_mac_binary
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
./make_pyinstaller_cuda12.bat
|
./make_pyinstaller_cuda12.bat
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_windows_pyinstallers
|
name: kcpp_windows_pyinstallers
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
./make_pyinstaller_cuda.bat
|
./make_pyinstaller_cuda.bat
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_windows_pyinstallers
|
name: kcpp_windows_pyinstallers
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
./make_pyinstaller_cuda_oldcpu.bat
|
./make_pyinstaller_cuda_oldcpu.bat
|
||||||
|
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: kcpp_windows_pyinstallers
|
name: kcpp_windows_pyinstallers
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue