Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Erland
/
MTP-120M
like
0
Safetensors
mtp_transformer
Model card
Files
Files and versions
xet
Community
main
MTP-120M
/
fla
/
ops
/
nsa
/
__init__.py
Erland
Add files using upload-large-folder tool
bec1e88
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
140 Bytes
# -*- coding: utf-8 -*-
from
.naive
import
naive_nsa
from
.parallel
import
parallel_nsa
__all__ = [
'naive_nsa'
,
'parallel_nsa'
]