← back to Exo
add DEBUG_DISCOVERY
3ccbdf19de38c0b05a84ba90f5da77d130b7eeed · 2024-12-08 22:07:48 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit 3ccbdf19de38c0b05a84ba90f5da77d130b7eeed
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sun Dec 8 22:07:48 2024 +0000
add DEBUG_DISCOVERY
---
.github/workflows/bench_job.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index e56822e7..64cd632f 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -74,7 +74,7 @@ jobs:
export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
echo "Starting exo daemon..."
- DEBUG=6 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 > output1.log 2>&1 &
+ DEBUG=6 DEBUG_DISCOVERY=6 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 > output1.log 2>&1 &
PID1=$!
echo "Exo process started with PID: $PID1"
tail -f output1.log &
← 3687ba18 bench logs
·
back to Exo
·
trigger test 8e57f338 →