Protenix v2 Weights
This repository provides the pretrained Protenix v2 model weights for protein structure prediction.
Model weights
| File | Format | Size |
|---|---|---|
protenix-v2.pt |
PyTorch checkpoint | 1.9 GB |
Use the checkpoint with a compatible Protenix v2 implementation and configuration.
Download
Using the Hugging Face CLI:
hf download nabbo/protenix_v2 protenix-v2.pt --local-dir .
Or from Python:
from huggingface_hub import hf_hub_download
weights_path = hf_hub_download(
repo_id="nabbo/protenix_v2",
filename="protenix-v2.pt",
)
print(weights_path)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support