Views
No views yet
huggingface_hub
like every other model it runs.| File | Description |
|---|---|
boltzgen1_diverse.ckpt | BoltzGen design model — diverse protocol |
boltzgen1_adherence.ckpt | BoltzGen design model — adherence protocol |
boltzgen1_ifold.ckpt | BoltzGen inverse-folding (sequence design) model |
boltz2_conf_final.ckpt | Boltz-2 structure model used for the folding step |
boltz2_aff.ckpt | Boltz-2 affinity model used for the affinity step |
mols.zip | CCD molecule / component library |
Note:boltz2_aff.ckpthere is the checkpoint shipped with the BoltzGen pipeline and differs from the one inmoritztng/boltz-2.
tt-bio gen run examples/design.yaml --output out/1from huggingface_hub import hf_hub_download
2path = hf_hub_download("moritztng/boltzgen", "boltzgen1_diverse.ckpt")boltz2_conf_final.ckpt and boltz2_aff.ckpt are Boltz-2 weights by Jeremy
Wohlwend, Gabriele Corso, Saro Passaro and the Boltz authors, also MIT
(https://github.com/jwohlwend/boltz). All weights and the accompanying
LICENSE are redistributed here unmodified under those terms. Please cite
BoltzGen and Boltz if you use these weights.