Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Kernels:
phanerozoic
/
bitnet-tc
like
0
Kernel card
Files
Files and versions
xet
Community
v1
bitnet-tc
/
flake.nix
phanerozoic
Add flake.nix
66fb545
verified
28 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
255 Bytes
{
description
=
"Flake for bitnet-tc kernel"
;
inputs
= {
builder.
url
=
"github:huggingface/kernels"
;
};
outputs
=
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit
self;
path
= ./.;
};
}