Skip to content

Commit 7533312

Browse files
committed
benchmark.py can now look up version instead of trying bash hack with entrypoint
1 parent ec45a5e commit 7533312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inspector/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@
201201
rollout=0.2, # ~400 servers
202202
image="ghcr.io/sparecores/benchmark-llm:main",
203203
command=None,
204-
version_command="bash -c \"cd /llama_cpp_cpu && ./llama-cli --version 2>&1 | grep 'version:' | egrep -o '\([a-f0-9]+\)'|tr -d '()'\"",
204+
version_command="--version",
205205
)

0 commit comments

Comments
 (0)