Skip to content

Commit

Permalink
build rllm-llama.cpp in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Apr 24, 2024
1 parent 318acc7 commit 788dcfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aicirt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
submodules: true
- run: rustup target add wasm32-wasi
- uses: hendrikmuhs/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/aicirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
submodules: true
- run: rustup target add wasm32-wasi
- uses: hendrikmuhs/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -40,6 +41,9 @@ jobs:
- name: Build aicirt
run: cargo build --verbose --release
working-directory: aicirt
- name: Build rllm-llamacpp
run: cargo build --verbose --release --no-default-features
working-directory: rllm/rllm-llamacpp
- name: Release script
run: ./scripts/release.sh --xz
- name: Artifact upload
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/rllm-cpp.yml

This file was deleted.

0 comments on commit 788dcfd

Please sign in to comment.