| File | Format | Size |
|---|---|---|
protenix-v2.pt | PyTorch checkpoint | 1.9 GB |
hf download nabbo/protenix_v2 protenix-v2.pt --local-dir .1from huggingface_hub import hf_hub_download
2
3weights_path = hf_hub_download(
4 repo_id="nabbo/protenix_v2",
5 filename="protenix-v2.pt",
6)
7print(weights_path)