-
Notifications
You must be signed in to change notification settings - Fork 5
/
example-parallel-run.sh
27 lines (25 loc) · 1.02 KB
/
example-parallel-run.sh
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
#! /bin/bash
python run_parallel_workflow.py \
--node-path input-files/zn-paddle-pillar/node.json \
--generator-path models/geom-300k/geom_difflinker_epoch=997_new.ckpt \
--generator-config-path models/geom-300k/config-tf32-a100.yaml \
--ligand-templates input-files/zn-paddle-pillar/template_*_prompt.yml \
--retrain-freq 2 \
--num-epochs 4 \
--num-samples 128 \
--gen-batch-size 64 \
--simulation-budget 8 \
--redis-host 127.0.0.1 \
--compute-config local
# Xiaoli local
# python run_parallel_workflow.py \
# --node-path input-files/zn-paddle-pillar/node.json \
# --generator-path models/geom-300k/geom_difflinker_epoch=997_new.ckpt \
# --generator-config-path models/geom-300k/config-tf32-a100.yaml \
# --ligand-templates input-files/zn-paddle-pillar/template_*_prompt.yml \
# --retrain-freq 2 \
# --num-epochs 4 \
# --num-samples 32 \
# --simulation-budget 1 \
# --redis-host 127.0.0.1 \
# --compute-config localXY