Build llama.cpp in-tree, auto-detect driver CUDA version for compatible toolkit
This commit is contained in:
parent
7377c92a4c
commit
afa1344452
3 changed files with 7 additions and 7 deletions
|
|
@ -32,6 +32,7 @@ if ($BinaryPath) {
|
|||
$RepoRoot = $PSScriptRoot
|
||||
$SearchPaths += Join-Path $RepoRoot "llama.cpp\build\bin\Release\llama-server.exe"
|
||||
$SearchPaths += Join-Path $RepoRoot "llama.cpp\build\bin\llama-server.exe"
|
||||
# Legacy: older setup.ps1 built under ~/.unsloth
|
||||
$SearchPaths += Join-Path $env:USERPROFILE ".unsloth\llama.cpp\build\bin\Release\llama-server.exe"
|
||||
|
||||
# Check LLAMA_SERVER_PATH env var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue