bitnet-tc / flake.nix
phanerozoic's picture
Add flake.nix
66fb545 verified
Raw
History Blame
255 Bytes
{
description = "Flake for bitnet-tc kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}