Desktop : Remove llama3 70b model to save disk space.

This commit is contained in:
Dmitry Voronin 2024-07-12 03:06:52 +03:00
parent 270e06a4ac
commit e4744c788a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,6 +8,7 @@
module = {
builder.client.enable = true;
ollama.enable = true;
print.enable = true;
virtmanager.enable = true;
amd = {
@ -31,12 +32,5 @@
autostart = false;
rootless = false;
};
ollama = {
enable = true;
models = [
"llama3"
"llama3:70b"
];
};
};
}