Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 11, 2024
1 parent e501eea commit 668766f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/bench_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 &
Expand Down

0 comments on commit 668766f

Please sign in to comment.