Skip to content

Commit 2d04c87

Browse files
committed
Update OpenBLAS to v0.3.29
1 parent f28666f commit 2d04c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebuild_llama.cpp.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ Write-Host "Version: ${version}" -ForegroundColor "DarkYellow"
9494
Write-Host "BLAS accelerator: ${blasAccelerator}" -ForegroundColor "DarkYellow"
9595
Write-Host "Build target: ${buildTargetInformation}" -ForegroundColor "DarkYellow"
9696

97-
$openBLASVersion = "0.3.27"
97+
$openBLASVersion = "0.3.29"
9898

9999
if (-not(Test-Path -Path "./vendor/OpenBLAS/OpenBLAS-${openBLASVersion}-x64.zip")) {
100100

101101
Invoke-WebRequest `
102-
-Uri "https://github.com/xianyi/OpenBLAS/releases/download/v${openBLASVersion}/OpenBLAS-${openBLASVersion}-x64.zip" `
102+
-Uri "https://github.com/OpenMathLib/OpenBLAS/releases/download/v${openBLASVersion}/OpenBLAS-${openBLASVersion}_x64.zip" `
103103
-OutFile "./vendor/OpenBLAS/OpenBLAS-${openBLASVersion}-x64.zip"
104104

105105
Expand-Archive `

0 commit comments

Comments
 (0)