[object Object]

← back to Exo

t

668766fc4b05effd53c475fe1c38f395ac58d571 · 2024-12-11 16:55:57 +0000 · Alex Cheema

Files touched

Diff

commit 668766fc4b05effd53c475fe1c38f395ac58d571
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Dec 11 16:55:57 2024 +0000

    t
---
 .github/workflows/bench_job.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index 303040cb..fc678f38 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -80,6 +80,11 @@ jobs:
           aws_access_key_id: ${{ secrets.S3_EXO_BENCHMARKS_AWS_ACCESS_KEY_ID }}
           aws_secret_key: ${{ secrets.S3_EXO_BENCHMARKS_AWS_SECRET_ACCESS_KEY }}
         run: |
+          # Debug information
+          echo "Current commit SHA: $GITHUB_SHA"
+          git rev-parse HEAD
+          git status
+          
           # List existing exo processes
           echo "Existing exo processes:"
           ps aux | grep exo || true
@@ -95,6 +100,10 @@ jobs:
 
           source .venv/bin/activate
           export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
+          
+          # Check installed exo version
+          pip show exo
+          which 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 &

← e501eeaf tweak install  ·  back to Exo  ·  use .venv exo 3b1ea193 →