mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
chore: had to disable rocm
This commit is contained in:
parent
3c86475c02
commit
e8ff90e583
1 changed files with 7 additions and 7 deletions
|
@ -14,13 +14,13 @@ in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
ollama = {
|
ollama = {
|
||||||
acceleration = "rocm";
|
# acceleration = "rocm";
|
||||||
package = pkgs.ollama.override {
|
# package = pkgs.ollama.override {
|
||||||
config = {
|
# config = {
|
||||||
rocmSupport = true;
|
# rocmSupport = true;
|
||||||
cudaSupport = false;
|
# cudaSupport = false;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
enable = true;
|
enable = true;
|
||||||
group = service.name;
|
group = service.name;
|
||||||
host = "http://${localhost}";
|
host = "http://${localhost}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue