feat: nb performance tweaks

This commit is contained in:
2025-10-16 21:48:21 +02:00
parent 356c049aaf
commit cc15f27205
6 changed files with 32 additions and 2 deletions

View File

@@ -11,4 +11,10 @@
"mxbai-embed-large"
];
};
# ROCm GPU configuration for AMD Ryzen 7 7840U (gfx1103)
systemd.services.ollama.environment = {
HSA_OVERRIDE_GFX_VERSION = "11.0.3";
ROCR_VISIBLE_DEVICES = "0";
};
}