mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Add initial files * add files * Move projects.aa_design -> rfd3 * Make format * Delete test files * Add configs * Mc * Fixed tests * remove test files
20 lines
309 B
YAML
20 lines
309 B
YAML
# @package _global_
|
|
defaults:
|
|
- rfdiffusion3
|
|
- _self_
|
|
|
|
diffusion_batch_size: 8
|
|
n_batches: 1
|
|
seed: 42
|
|
|
|
dump_trajectories: True
|
|
print_config: True
|
|
skip_existing: False
|
|
cleanup_guideposts: False
|
|
cleanup_virtual_atoms: False
|
|
output_full_json: True
|
|
|
|
inference_sampler:
|
|
gamma_0: 0.0
|
|
|
|
out_dir: ./logs/benchmark |