Desktop : Remove llama3 70b model to save disk space.
This commit is contained in:
parent
270e06a4ac
commit
e4744c788a
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
builder.client.enable = true;
|
builder.client.enable = true;
|
||||||
|
ollama.enable = true;
|
||||||
print.enable = true;
|
print.enable = true;
|
||||||
virtmanager.enable = true;
|
virtmanager.enable = true;
|
||||||
amd = {
|
amd = {
|
||||||
|
@ -31,12 +32,5 @@
|
||||||
autostart = false;
|
autostart = false;
|
||||||
rootless = false;
|
rootless = false;
|
||||||
};
|
};
|
||||||
ollama = {
|
|
||||||
enable = true;
|
|
||||||
models = [
|
|
||||||
"llama3"
|
|
||||||
"llama3:70b"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue