| { | |
| "model_name": "BoltzGen", | |
| "framework": "PyTorch", | |
| "task": "biomolecular-binder-design", | |
| "entry_points": { | |
| "inference": "scripts/boltzgen.py", | |
| "predict": "scripts/boltzgen.py", | |
| "train": "scripts/train.py", | |
| "environment_check": "scripts/check_environment.py" | |
| }, | |
| "source_package": "model", | |
| "config": "conf/config.json", | |
| "weight_dir": "weight", | |
| "license": "MIT" | |
| } | |