← back to Exo
run without debug flag
7b2282d300fcaa9c57b42b7c51592babaa94be25 · 2024-12-11 17:07:19 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit 7b2282d300fcaa9c57b42b7c51592babaa94be25
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 17:07:19 2024 +0000
run without debug flag
---
.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 a834befa..088f79de 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -106,7 +106,7 @@ jobs:
which .venv/bin/exo
echo "Starting exo daemon..."
- DEBUG=6 DEBUG_DISCOVERY=6 .venv/bin/exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --interface-type-filter="Ethernet" --chatgpt-api-port 52415 > output1.log 2>&1 &
+ .venv/bin/exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --interface-type-filter="Ethernet" --chatgpt-api-port 52415 > output1.log 2>&1 &
PID1=$!
echo "Exo process started with PID: $PID1"
tail -f output1.log &
← 3b1ea193 use .venv exo
·
back to Exo
·
fix name e680e8a1 →