We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a77321 commit 2c6aad6Copy full SHA for 2c6aad6
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
mkdir -p bin/windows bin/macos bin/linux
57
58
# 設定下載 URL(可以在這裡修改版本或檔案名稱)
59
- LLAMACPP_VERSION="master" # 可改為特定版本如 "b3259"
+ LLAMACPP_VERSION="b5997" # 可改為特定版本如 "b3259"
60
61
if [ "${{ matrix.os }}" = "windows-latest" ]; then
62
# Windows CUDA 版本
0 commit comments