new llm model and adding ncdu
This commit is contained in:
parent
a5efbd7857
commit
1420027014
1 changed files with 3 additions and 3 deletions
|
@ -317,6 +317,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
# lm-sensors
|
# lm-sensors
|
||||||
smartmontools
|
smartmontools
|
||||||
hugo
|
hugo
|
||||||
|
ncdu
|
||||||
|
|
||||||
## GUI programs
|
## GUI programs
|
||||||
firefox
|
firefox
|
||||||
|
@ -460,9 +461,8 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
loadModels = [ "llama3.1:8b" ];
|
# loadModels = [ "llama3.1:8b" ];
|
||||||
# loadModels = [ "Undi95/Meta-Llama-3.1-8B-Claude"];
|
loadModels = [ "DeepSeek-R1:8b" ];
|
||||||
# loadModels = [ "meta-llama/Llama-3.2-3B" ];
|
|
||||||
host = "100.84.238.20";
|
host = "100.84.238.20";
|
||||||
};
|
};
|
||||||
# Enable iPhone Tethering
|
# Enable iPhone Tethering
|
||||||
|
|
Loading…
Reference in a new issue