Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kernels-community
/
rotary
like
0
Follow
kernels-community
126
kernel
License:
bsd-3-clause
Model card
Files
Files and versions
Community
1
main
rotary
/
build.toml
danieldk
HF Staff
Prepare for Torch 2.8
d5e8892
1 day ago
raw
Copy download link
history
blame
contribute
delete
181 Bytes
[general]
name
=
"rotary"
universal
=
false
[torch]
src
= [
"torch-ext/torch_binding.cpp"
]
[kernel.activation]
backend
=
"cuda"
depends
= [
"torch"
]
src
= [
"rotary/rotary_cuda.cu"
]