We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec45a5e commit 7533312Copy full SHA for 7533312
inspector/tasks.py
@@ -201,5 +201,5 @@
201
rollout=0.2, # ~400 servers
202
image="ghcr.io/sparecores/benchmark-llm:main",
203
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 '()'\"",
+ version_command="--version",
205
)
0 commit comments