flash-attn-4-sm120 / flake.nix
blake-snc's picture
Initial commit: 5-PR SM120 bundle validated on SM121a
b7d73d5 verified
Raw
History Blame Contribute Delete
373 Bytes
{
description = "Flake for flash-attn-4-sm120-sncbl (Dao-AILab/flash-attention SM120 PR bundle)";
inputs = {
kernel-builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
kernel-builder,
}:
kernel-builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
pythonCheckInputs = ps: [ ps.einops ];
};
}