chore(flake): update inputs
This commit is contained in:
parent
b6c49b82b3
commit
75d3736626
6 changed files with 59 additions and 45 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ inputs, config, ... }:
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -41,7 +46,7 @@
|
|||
];
|
||||
|
||||
services.ollama = {
|
||||
acceleration = "rocm";
|
||||
package = pkgs.unstable.ollama-rocm;
|
||||
rocmOverrideGfx = "11.5.0";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
{ inputs, config, ... }:
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -62,8 +67,9 @@
|
|||
};
|
||||
|
||||
services.ollama = {
|
||||
acceleration = "rocm";
|
||||
rocmOverrideGfx = "10.3.1";
|
||||
package = pkgs.unstable.ollama-rocm;
|
||||
# gfx1031 not officially supported, gfx1030 is closest
|
||||
rocmOverrideGfx = "10.3.0";
|
||||
};
|
||||
|
||||
seven = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue