File size: 609 Bytes
24ba92e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "framework": "pytorch",
  "task": "protein-design",
  "model": {
    "type": "RFdiffusion",
    "weight_dir": "weight"
  },
  "pipeline": {
    "type": "rfdiffusion-inference",
    "entry_file": "scripts/run_inference.py"
  },
  "preflight_file": "scripts/preflight.py",
  "allow_remote_download": false,
  "supported_functions": [
    "inference",
    "unconditional_backbone_design",
    "motif_scaffolding",
    "binder_design",
    "symmetric_oligomer_sampling"
  ],
  "unsupported_functions": [
    "standalone_training",
    "standalone_finetuning",
    "automatic_remote_checkpoint_download"
  ]
}