Skip to content

Commit ebc163a

Browse files
Fix Gate 1: Remove GPU backends (not available on GitHub runners), keep vision
1 parent f2eaec4 commit ebc163a

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,llama,llama-cuda,llama-vulkan,llama-opencl,vision
33+
cargo build --release --no-default-features --features huggingface,llama,vision
3434
echo "✅ Core build successful"
3535
echo "::endgroup::"
3636

0 commit comments

Comments
 (0)