"vscode:/vscode.git/clone" did not exist on "2480723adf1ce8a5cfca5c190f5fba7a48549f75"
Unverified Commit ae807774 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[ci] fix genai-bench execution cmd (#8629)

parent 8fbcfd07
...@@ -253,7 +253,7 @@ jobs: ...@@ -253,7 +253,7 @@ jobs:
# Run genai-bench benchmark # Run genai-bench benchmark
echo "Running genai-bench for $policy..." echo "Running genai-bench for $policy..."
genai-bench benchmark \ python3 -m genai-bench benchmark \
--api-backend openai \ --api-backend openai \
--api-base "http://127.0.0.9:8000" \ --api-base "http://127.0.0.9:8000" \
--api-key "dummy-token" \ --api-key "dummy-token" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment