CoolFace
Modelpublic

WaveCut/orbitquant-packed-matmul

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
flake.nix14 linesDownload Raw Back to root
1{2  description = "Flake for OrbitQuant packed matmul kernel";3 4  inputs = {5    kernel-builder.url = "github:huggingface/kernels";6  };7 8  outputs = { self, kernel-builder }:9    kernel-builder.lib.genKernelFlakeOutputs {10      inherit self;11      path = ./.;12    };13}14