Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
ChatterjeeLab
/
PTM-Mamba
like
16
Follow
Programmable Biology Group
126
License:
cc-by-nc-nd-4.0
Model card
Files
Files and versions
xet
Community
main
PTM-Mamba
/
setup.py
zhangzhi
init commit
a476bbf
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
from
setuptools
import
setup, find_packages
setup(name=
"ptm_mamba"
, version=
"1.0"
, packages=find_packages())