Skip to content

Commit

Permalink
ci: test mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 25, 2024
1 parent a1f161c commit 12211ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ jobs:
--max-tokens 2048
cat results.github.env >> $GITHUB_ENV
echo PROMPT_TOKENS_SECONDS_=${PROMPT_TOKENS_SECONDS//<br>/\n} >> $GITHUB_ENV
echo PREDICTED_TOKENS_SECONDS_=${PREDICTED_TOKENS_SECONDS//<br>/\n} >> $GITHUB_ENV
echo KV_CACHE_USAGE_RATIO_=${KV_CACHE_USAGE_RATIO//<br>/\n} >> $GITHUB_ENV
Expand Down Expand Up @@ -162,8 +161,8 @@ jobs:
message-id: bench-${{ github.job }}-${{ env.RUNNER_LABEL }}
message: |
📈 **llama.cpp server** benchmark for _${{ github.job }}_ on _${{ env.RUNNER_LABEL }}_: **${{ env.BENCH_ITERATIONS}} iterations** 🚀
- ${{ env.BENCH_GRAPH_TITLE }
- ${{ env.BENCH_GRAPH_YLABEL }
- ${{ env.BENCH_GRAPH_TITLE }}
- ${{ env.BENCH_GRAPH_YLABEL }}
<p align="center">
<img width="100%" height="100%" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[0] }}" alt="prompt_tokens_seconds" />
${{ env.PROMPT_TOKENS_SECONDS_ }}
Expand Down

0 comments on commit 12211ab

Please sign in to comment.