updated models listed for different configurations
This commit is contained in:
parent
95c8418591
commit
f623a33863
|
@ -127,6 +127,17 @@
|
|||
# Get rid of xTerm
|
||||
excludePackages = [pkgs.xterm];
|
||||
};
|
||||
|
||||
ollama = {
|
||||
enable = true;
|
||||
|
||||
loadModels = [
|
||||
"deepseek-coder:6.7b"
|
||||
"deepseek-r1:8b"
|
||||
"deepseek-r1:32b"
|
||||
"deepseek-r1:70b"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# disable computer sleeping
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
loadModels = [
|
||||
"deepseek-coder:6.7b"
|
||||
"deepseek-r1:8b"
|
||||
"deepseek-r1:70b"
|
||||
"deepseek-r1:32b"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue