Skip to content

Commit fdf541b

Browse files
committed
Update git repository
1 parent 264c978 commit fdf541b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "vendor/llama.cpp"]
22
path = vendor/llama.cpp
3-
url = [email protected]:ggerganov/llama.cpp.git
3+
url = [email protected]:ggml-org/llama.cpp.git
44
ignore = dirty

rebuild_llama.cpp.ps1

+2-2
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.29"
97+
$openBLASVersion = "0.3.27"
9898

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

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

105105
Expand-Archive `

vendor/llama.cpp

Submodule llama.cpp updated 109 files

0 commit comments

Comments
 (0)