mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linting
This commit is contained in:
parent
13a70e09ab
commit
54967ecae9
19 changed files with 1337 additions and 531 deletions
|
|
@ -0,0 +1,19 @@
|
|||
# Debug Mode - set to true to use mock data instead of actual API calls
|
||||
debug_protein_design_calls: false
|
||||
|
||||
max_retries_per_internal_step: 100
|
||||
|
||||
nim_api_base_url: "https://health.api.nvidia.com/v1"
|
||||
api_timeout: 600
|
||||
polling_interval: 10
|
||||
|
||||
output_dir: "environments/hack0/protein_design_env/outputs"
|
||||
|
||||
use_wandb: true
|
||||
wandb_name: "binderbench"
|
||||
wandb_project: "atropos"
|
||||
include_messages: true
|
||||
|
||||
dataset_name: "ronig/protein_binding_sequences"
|
||||
target_col: "receptor"
|
||||
binder_col: "peptide"
|
||||
Loading…
Add table
Add a link
Reference in a new issue