mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: cuda12.8-cuda_cudart-12.8.90 is marked as broken
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
pkgs-patched,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@@ -8,7 +8,7 @@ in
|
|||||||
{
|
{
|
||||||
services.ollama = rec {
|
services.ollama = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs-patched.ollama;
|
package = pkgs.ollama;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
port = 11434;
|
port = 11434;
|
||||||
|
|||||||
Reference in New Issue
Block a user