bitnet-cpu / flake.nix
phanerozoic's picture
bitnet-cpu v1: kernel-builder source tree
ce8679e verified
Raw
History Blame
256 Bytes
{
description = "Flake for bitnet-cpu kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}