fix(halo): drop speculative HSA_OVERRIDE_GFX_VERSION from llama-server
Was set defensively without knowing the actual GPU arch; if ROCm supports the card natively, the override is at best a no-op and at worst masks the real arch. Add it back with the right value if the service actually fails to detect the GPU. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b11e5c8356
commit
da88a9b2d6
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@
|
|||
environment = {
|
||||
HOME = "%S/llama-server";
|
||||
HF_HOME = "%S/llama-server";
|
||||
HSA_OVERRIDE_GFX_VERSION = lib.mkDefault "11.0.0";
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue