You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -63,33 +63,33 @@ jobs:
63
63
run: rustup update
64
64
- name: Run CUDA crate tests
65
65
run: cargo test -p luminal_cuda --verbose
66
-
cuda_llama:
67
-
name: Cuda Llama
68
-
runs-on: cuda_t4_runner
69
-
timeout-minutes: 30
70
-
env:
71
-
CUDA_HOME: /usr/local/cuda-12.8
72
-
LD_LIBRARY_PATH: /usr/local/cuda-12.8/lib64
66
+
#cuda_llama: # disabled because t4 doesn't have enough memory for full precision llama. re-enable when we can run on larger machines or use 8-bit precision
67
+
# name: Cuda Llama
68
+
# runs-on: cuda_t4_runner
69
+
# timeout-minutes: 30
70
+
# env:
71
+
# CUDA_HOME: /usr/local/cuda-12.8
72
+
# LD_LIBRARY_PATH: /usr/local/cuda-12.8/lib64
73
73
74
-
steps:
75
-
- uses: actions/checkout@v4
76
-
- name: Install system deps
77
-
run: |
78
-
sudo apt-get update
79
-
sudo apt-get install -y --no-install-recommends \
80
-
protobuf-compiler \
81
-
cuda-nvrtc-12-8
82
-
- name: Install Rust
83
-
run: |
84
-
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
85
-
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
86
-
- name: Update Rust
87
-
run: rustup update
88
-
- name: Install uv
89
-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments