Skip to content

Commit 3fc6b2e

Browse files
committed
add running command for async
1 parent 922aa03 commit 3fc6b2e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

examples/async_gsm8k/run.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# trinity run --config examples/async_gsm8k/explorer.yaml 2>&1 | tee explorer.log &
2-
# sleep 30
3-
# trinity run --config examples/async_gsm8k/trainer.yaml 2>&1 | tee trainer.log &
4-
5-
python -m trinity.cli.launcher run --config examples/async_gsm8k/explorer.yaml 2>&1 | tee explorer.log &
1+
#!/bin/bash
2+
trinity run --config examples/async_gsm8k/explorer.yaml 2>&1 | tee explorer.log &
63
sleep 30
7-
python -m trinity.cli.launcher run --config examples/async_gsm8k/trainer.yaml 2>&1 | tee trainer.log &
4+
trinity run --config examples/async_gsm8k/trainer.yaml 2>&1 | tee trainer.log &

0 commit comments

Comments
 (0)