mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
chore: quick push
This commit is contained in:
parent
f3ed254c00
commit
b936cfeed6
15 changed files with 190 additions and 14 deletions
|
@ -53,7 +53,6 @@ in
|
|||
searx
|
||||
vaultwarden
|
||||
forgejo
|
||||
wayland
|
||||
xserver
|
||||
;
|
||||
};
|
||||
|
|
|
@ -65,14 +65,14 @@ in
|
|||
// (
|
||||
if hostname == mars.name then
|
||||
{
|
||||
models = service.paths.path1;
|
||||
# acceleration = "rocm";
|
||||
# package = pkgs.ollama.override {
|
||||
# config = {
|
||||
# rocmSupport = true;
|
||||
# cudaSupport = false;
|
||||
# };
|
||||
# };
|
||||
# models = service.paths.path1;
|
||||
acceleration = "rocm";
|
||||
package = pkgs.ollama.override {
|
||||
config = {
|
||||
rocmSupport = true;
|
||||
cudaSupport = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue