Skip to content

Commit f2eaec4

Browse files
Add vision feature to Gate 1 (Linux Kitchen Sink binary)
1 parent a307fba commit f2eaec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "🚧 GATE 1/7: Core Build Validation"
3131
run: |
3232
echo "::group::Gate 1: Core Build"
33-
cargo build --release --no-default-features --features huggingface
33+
cargo build --release --no-default-features --features huggingface,llama,llama-cuda,llama-vulkan,llama-opencl,vision
3434
echo "✅ Core build successful"
3535
echo "::endgroup::"
3636

0 commit comments

Comments
 (0)