mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: disabled jupiter's gpu
This commit is contained in:
parent
a0e5ffb3d4
commit
a5996792ce
1 changed files with 7 additions and 7 deletions
|
@ -66,13 +66,13 @@ in
|
|||
if hostname == jupiter.name then
|
||||
{
|
||||
models = service.paths.path1;
|
||||
acceleration = "rocm";
|
||||
package = pkgs.ollama.override {
|
||||
config = {
|
||||
rocmSupport = true;
|
||||
cudaSupport = false;
|
||||
};
|
||||
};
|
||||
# acceleration = "rocm";
|
||||
# package = pkgs.ollama.override {
|
||||
# config = {
|
||||
# rocmSupport = true;
|
||||
# cudaSupport = false;
|
||||
# };
|
||||
# };
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue