feat: nb performance tweaks
This commit is contained in:
parent
356c049aaf
commit
cc15f27205
6 changed files with 32 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue