Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wukevin committed Feb 12, 2025
1 parent 7056f46 commit 0bb67dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chai_lab/chai1.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,14 +483,15 @@ def run_inference(
fasta_file: Path,
*,
output_dir: Path,
# Configuration for ESM, MSA, constraints, and templates
use_esm_embeddings: bool = True,
use_msa_server: bool = False,
msa_server_url: str = "https://api.colabfold.com",
msa_directory: Path | None = None,
constraint_path: Path | None = None,
use_templates_server: bool = False,
template_hits_path: Path | None = None,
# expose some params for easy tweaking
# Parameters controlling how we do inference
recycle_msa_subsample: int = 0,
num_trunk_recycles: int = 3,
num_diffn_timesteps: int = 200,
Expand Down

0 comments on commit 0bb67dd

Please sign in to comment.