lemonade: XDNA2 NPU LLM serving via nix-amd-ai
This commit is contained in:
parent
fb5770d1ce
commit
8d823f4da2
4 changed files with 163 additions and 1 deletions
|
|
@ -16,6 +16,9 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
||||
# No nixpkgs.follows on purpose: the flake builds against its own pinned
|
||||
# nixpkgs so its Cachix binary cache hits (README warns follows breaks it).
|
||||
nix-amd-ai.url = "github:noamsto/nix-amd-ai";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue