@@ -106,7 +106,7 @@ jobs:
106
106
--branch ${{ github.head_ref || github.ref_name }} \
107
107
--commit ${{ github.sha }} \
108
108
--scenario script.js \
109
- --duration 1m \
109
+ --duration 10m \
110
110
--hf-repo ggml-org/models \
111
111
--hf-file phi-2/ggml-model-q4_0.gguf \
112
112
--model-path-prefix /models \
@@ -120,8 +120,6 @@ jobs:
120
120
--max-tokens 2048
121
121
122
122
cat results.github.env >> $GITHUB_ENV
123
-
124
- cat results.github.env
125
123
126
124
- name : Commit status
127
125
uses : Sibz/github-status-action@v1
@@ -151,17 +149,17 @@ jobs:
151
149
with :
152
150
message-id : bench-${{ github.job }}-${{ env.RUNNER_LABEL }}
153
151
message : |
154
- 📈 **llama.cpp** server benchmark for _${{ github.job }}_ on ** ${{ env.RUNNER_LABEL }}** : **${{ env.BENCH_ITERATIONS}} iterations** 🚀
152
+ 📈 **llama.cpp server ** benchmark for _${{ github.job }}_ on _ ${{ env.RUNNER_LABEL }}_ : **${{ env.BENCH_ITERATIONS}} iterations** 🚀
155
153
<p align="center">
156
- <img width="80 %" height="80 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[0] }}" alt="prompt_tokens_seconds" />
157
- <img width="80 %" height="80 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[1] }}" alt="predicted_tokens_seconds"/>
154
+ <img width="100 %" height="100 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[0] }}" alt="prompt_tokens_seconds" />
155
+ <img width="100 %" height="100 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[1] }}" alt="predicted_tokens_seconds"/>
158
156
</p>
159
157
<details>
160
158
<summary>Details</summary>
161
159
<p align="center">
162
- <img width="80 %" height="80 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[2] }}" alt="kv_cache_usage_ratio" />
163
- <img width="80 %" height="80 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[3] }}" alt="requests_processing"/>
164
- <img width="80 %" height="80 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[4] }}" alt="requests_deferred"/>
160
+ <img width="100 %" height="100 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[2] }}" alt="kv_cache_usage_ratio" />
161
+ <img width="100 %" height="100 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[3] }}" alt="requests_processing"/>
162
+ <img width="100 %" height="100 %" src="${{ fromJSON(steps.imgur_step.outputs.imgur_urls)[4] }}" alt="requests_deferred"/>
165
163
</p>
166
164
</detail>
167
165
0 commit comments