logits-processor / flake.nix
CharlesCNorton
Add logits-processor source, tests, and model card
9aa33e7
Raw
History Blame
262 Bytes
{
description = "Flake for logits-processor kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}