ggml-quantization / flake.nix
Marc Sun
vendor only the files the build reaches
091adac
Raw
History Blame Contribute Delete
294 Bytes
{
description = "GGUF kernels: compute on the packed blocks of a GGUF checkpoint";
inputs = {
kernel-builder.url = "github:huggingface/kernels";
};
outputs =
{ self, kernel-builder }:
kernel-builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}