We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922aa03 commit 3fc6b2eCopy full SHA for 3fc6b2e
examples/async_gsm8k/run.sh
@@ -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 &
+#!/bin/bash
+trinity run --config examples/async_gsm8k/explorer.yaml 2>&1 | tee explorer.log &
6
sleep 30
7
-python -m trinity.cli.launcher run --config examples/async_gsm8k/trainer.yaml 2>&1 | tee trainer.log &
+trinity run --config examples/async_gsm8k/trainer.yaml 2>&1 | tee trainer.log &
0 commit comments