5 lines
99 B
Nix
5 lines
99 B
Nix
{ inputs, ... }:
|
|
final: prev: {
|
|
llama-cpp = prev.llama-cpp.override { rocmSupport = true; };
|
|
}
|