← back to Exo
use .venv exo
3b1ea1933bc006ce0d341a882aae4754fb9dc6af · 2024-12-11 17:02:58 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit 3b1ea1933bc006ce0d341a882aae4754fb9dc6af
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 17:02:58 2024 +0000
use .venv exo
---
.github/workflows/bench_job.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index fc678f38..a834befa 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -103,10 +103,10 @@ jobs:
# Check installed exo version
pip show exo
- which exo
+ which .venv/bin/exo
echo "Starting exo daemon..."
- DEBUG=6 DEBUG_DISCOVERY=6 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --interface-type-filter="Ethernet" --chatgpt-api-port 52415 > output1.log 2>&1 &
+ 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 &
PID1=$!
echo "Exo process started with PID: $PID1"
tail -f output1.log &
← 668766fc t
·
back to Exo
·
run without debug flag 7b2282d3 →