Skip to content

Commit 2c6aad6

Browse files
committed
Update build.yml
1 parent 9a77321 commit 2c6aad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
mkdir -p bin/windows bin/macos bin/linux
5757
5858
# 設定下載 URL(可以在這裡修改版本或檔案名稱)
59-
LLAMACPP_VERSION="master" # 可改為特定版本如 "b3259"
59+
LLAMACPP_VERSION="b5997" # 可改為特定版本如 "b3259"
6060
6161
if [ "${{ matrix.os }}" = "windows-latest" ]; then
6262
# Windows CUDA 版本

0 commit comments

Comments
 (0)