File size: 290 Bytes
2c20074 f79d690 2c20074 97231ed 2c20074 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
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 = ./.;
};
}
|