Build llama.cpp in-tree, auto-detect driver CUDA version for compatible toolkit

This commit is contained in:
Roland Tannous 2026-02-28 07:45:40 +00:00
commit afa1344452
3 changed files with 7 additions and 7 deletions

View file

@ -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