Skip to content

Commit

Permalink
Add geekbench
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 27, 2024
1 parent cfe602b commit 3809b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
-e GITHUB_SERVER_URL={GITHUB_SERVER_URL} \
-e GITHUB_REPOSITORY={GITHUB_REPOSITORY} \
-e GITHUB_RUN_ID={GITHUB_RUN_ID} \
-e BENCHMARK_SECRETS_PASSPHRASE={BENCHMARK_SECRETS_PASSPHRASE} \
ghcr.io/sparecores/sc-inspector:main inspect --vendor {VENDOR} --instance {INSTANCE} --gpu-count {GPU_COUNT} >> /tmp/output 2>&1
poweroff
"""
Expand Down Expand Up @@ -94,6 +95,7 @@ def start(ctx, exclude, start_only):
GITHUB_SERVER_URL=os.environ.get("GITHUB_SERVER_URL"),
GITHUB_REPOSITORY=os.environ.get("GITHUB_REPOSITORY"),
GITHUB_RUN_ID=os.environ.get("GITHUB_RUN_ID"),
BENCHMARK_SECRETS_PASSPHRASE=os.environ.get("BENCHMARK_SECRETS_PASSPHRASE"),
VENDOR=vendor,
INSTANCE=server,
GPU_COUNT=gpu_count,
Expand Down

0 comments on commit 3809b79

Please sign in to comment.