Skip to content

Commit b223a36

Browse files
fix: Simplify to CUDA-only GPU support for testing
1 parent 1232db3 commit b223a36

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ jobs:
5757
uses: Jimver/cuda-toolkit@v0.2.14
5858
with:
5959
cuda: '12.4'
60-
61-
- name: Install Vulkan SDK
62-
if: contains(matrix.features, 'gpu') || contains(matrix.features, 'llama-vulkan')
63-
uses: humbletim/install-vulkan-sdk@v1.2
64-
with:
65-
version: 1.3.231.1
66-
cache: true
6760

6861
- name: Install system dependencies (Linux)
6962
if: runner.os == 'Linux'

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shimmy is a lightweight sub-20MB Rust inference engine serving as an optimal shi
77

88
**READ BEFORE WRITE**: Always read a file before editing or writing to it (Claude Code requirement)
99
**FOLLOW INTEGRATION PLAN**: Check integration plans before implementation decisions
10-
**PUBLIC RELEASE APPROVAL**: Human approval required for releases, Cargo.toml, README changes
10+
**MANDATORY RELEASE APPROVAL**: NEVER create releases, tags, or version bumps without explicit human authorization. Always ask "Should I proceed with creating release v[X.X.X]?" before any release actions
1111
**PROFESSIONAL LANGUAGE**: No profanity, maintain professional standards
1212
**CONVENTIONAL COMMITS**: Use conventional commit format for all commits
1313

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)