fp4-train / flake.nix
CharlesCNorton
Add fp4-train source, tests, and model card
7a139da
Raw
History Blame
255 Bytes
{
description = "Flake for fp4-train kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}