mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
test rocm rolling (+1 squashed commits)
Squashed commits: [43c8f7fc6] test rocm rolling (+4 squashed commit) Squashed commit: [16a60aa77] test clobber 4 [a6c866450] test clobber 3 [9322f17f6] test clobber 2 [b7a420cbe] testing clobber
This commit is contained in:
parent
5d8f499f03
commit
7132d6b15c
1 changed files with 10 additions and 3 deletions
|
@ -16,6 +16,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions: write-all
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
@ -70,3 +71,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: kcpp_linux_binary
|
name: kcpp_linux_binary
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
|
- name: Upload to GitHub Release
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
gh release upload rocm-rolling dist/koboldcpp-linux-x64-rocm --clobber
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue