mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Expose n_recycle as inference sampler parameter and improve docs The n_recycle parameter was previously hardcoded in the diffusion module config and not overridable at inference time. This exposes it through the inference sampler so users can control recycling iterations via CLI (e.g. inference_sampler.n_recycle=3). Also adds num_timesteps and n_recycle to the "Other CLI Options" docs section, and makes the InputSpecification reference more prominent in the README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>