flash-attn-4-sm120 / flake.nix
vonkaiser's picture
Duplicate from SecondNatureComputing/flash-attn-4-sm120
c640870
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 ];
};
}