feat(halo): add llama-cpp-rocm and real docker
This commit is contained in:
parent
84457da405
commit
866bc090ca
1 changed files with 8 additions and 0 deletions
|
|
@ -120,8 +120,16 @@ with lib.metacfg;
|
||||||
obsidian
|
obsidian
|
||||||
piper-tts
|
piper-tts
|
||||||
uv
|
uv
|
||||||
|
llama-cpp-rocm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
docker.enable = true;
|
||||||
|
podman.dockerCompat = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# zram swap with zstd compression for better performance
|
# zram swap with zstd compression for better performance
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
algorithm = "zstd";
|
algorithm = "zstd";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue