| { | |
| description = "Flake for mamba3 kernel"; | |
| inputs = { | |
| builder.url = "github:huggingface/kernels/22e2aadb3fa461d81999f4ceab054ed1f41c7879"; | |
| }; | |
| outputs = | |
| { | |
| self, | |
| builder, | |
| }: | |
| builder.lib.genKernelFlakeOutputs { | |
| inherit self; | |
| path = ./.; | |
| }; | |
| } | |
| { | |
| description = "Flake for mamba3 kernel"; | |
| inputs = { | |
| builder.url = "github:huggingface/kernels/22e2aadb3fa461d81999f4ceab054ed1f41c7879"; | |
| }; | |
| outputs = | |
| { | |
| self, | |
| builder, | |
| }: | |
| builder.lib.genKernelFlakeOutputs { | |
| inherit self; | |
| path = ./.; | |
| }; | |
| } | |