det-train / flake.nix
phanerozoic's picture
det-train v1: complete deterministic-training kernel
c8048c9 verified
Raw
History Blame
255 Bytes
{
description = "Flake for det-train kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}