Desktop : Remove llama3 70b model to save disk space.
This commit is contained in:
parent
270e06a4ac
commit
e4744c788a
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue