Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
zaydzuhri
/
mtp-code-7B-4096-model
like
0
Safetensors
mtp_transformer
Model card
Files
Files and versions
xet
Community
main
mtp-code-7B-4096-model
/
fla
/
ops
/
nsa
/
__init__.py
zaydzuhri
Add files using upload-large-folder tool
f3ebcf2
verified
7 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'
]