Skip to content

Commit 2e89e3f

Browse files
committed
Update Submodule vendor/llama.cpp e1e8e09..8ae5ebc
1 parent 623f7ed commit 2e89e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-cu124-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
tag_ver=$(basename "$wheel_file" | cut -d'-' -f 2)
100100
echo "TAG_VERSION=$tag_ver" >> $GITHUB_ENV # Store version in env for release step
101101
102-
# Extract the short CUDA version (e.g., 126) from the full version (e.g., 12.6.3) from the matrix variable
102+
# Extract the short CUDA version (e.g., 124) from the full version (e.g., 12.4.1) from the matrix variable
103103
cuda_ver_short=$(echo "${CUDAVER}" | cut -d'.' -f 1,2 | sed 's/\.//g')
104104
echo "CUDA_VERSION=$cuda_ver_short" >> $GITHUB_ENV # Store short CUDA version in env
105105

vendor/llama.cpp

0 commit comments

Comments
 (0)