1
0
Fork 0

new llm model and adding ncdu

This commit is contained in:
Paul Hartman 2025-02-11 06:17:38 -06:00
parent a5efbd7857
commit 1420027014

View file

@ -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