← back to Exo
fix
19a7d5a5cf1b7ab98916d1861c5a401e4d4f74b5 · 2024-12-06 21:19:35 +0000 · Glen
Files touched
M .github/workflows/build_and_test.yml
Diff
commit 19a7d5a5cf1b7ab98916d1861c5a401e4d4f74b5
Author: Glen <glen@192.168.1.214>
Date: Fri Dec 6 21:19:35 2024 +0000
fix
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 64b91f01..c9dd8cf4 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -44,7 +44,7 @@ jobs:
ALL_NODE_IDS=$(for i in $(seq ${{ strategy.job-total }} -1 0); do echo -n "${GITHUB_JOB}_${i},"; done | sed 's/,$//')
MY_NODE_ID="${GITHUB_JOB}_${{ strategy.job-index }}"
source env/bin/activate
- DEBUG_DISCOVERY=7 DEBUG=7 exo --node-id="${MY_NODE_ID}" --filter-node-ids="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
+ DEBUG_DISCOVERY=7 DEBUG=7 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
PID1=$!
tail -f output1.log &
TAIL1=$!
← f7e0348f activate
·
back to Exo
·
fix cb3c1477 →