mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45: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
|
if hostname == jupiter.name then
|
||||||
{
|
{
|
||||||
models = service.paths.path1;
|
models = service.paths.path1;
|
||||||
acceleration = "rocm";
|
# acceleration = "rocm";
|
||||||
package = pkgs.ollama.override {
|
# package = pkgs.ollama.override {
|
||||||
config = {
|
# config = {
|
||||||
rocmSupport = true;
|
# rocmSupport = true;
|
||||||
cudaSupport = false;
|
# cudaSupport = false;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue