[general] name = "bitnet-cpu" version = 1 edition = 5 license = "Apache-2.0" backends = [ "cpu", ] [general.hub] repo-id = "phanerozoic/bitnet-cpu" [torch] src = [ "torch-ext/torch_binding.cpp", "torch-ext/torch_binding.h", ] [kernel.bitnet_cpu] backend = "cpu" depends = ["torch"] src = ["bitnet_cpu_csrc/bitnet_cpu.cpp"]