mamba3 / flake.nix
phanerozoic's picture
Bring the v1 sources and card up to main
6e06900
Raw
History Blame
293 Bytes
{
description = "Flake for mamba3 kernel";
inputs = {
builder.url = "github:huggingface/kernels/22e2aadb3fa461d81999f4ceab054ed1f41c7879";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}