File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The default model is [openai/whisper-small](https://huggingface.co/openai/whispe
22
22
23
23
To replace the model, please edit the ` compose.yaml ` and add the ` command ` line to pass the name of the model you want to use:
24
24
25
- ``` yml
25
+ ``` yaml
26
26
services :
27
27
whisper-service :
28
28
...
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type-
274
274
275
275
The following is a summary of the test result, with files saved at ` TEST_OUTPUT_DIR ` .
276
276
277
- ``` statistics
277
+ ``` none
278
278
Concurrency : 512
279
279
Max request count : 2560
280
280
Http timeout : 60000
@@ -290,7 +290,7 @@ Average token latency(ms) : 35.85
290
290
======================================================
291
291
```
292
292
293
- ``` test spec
293
+ ``` none
294
294
benchmarkresult:
295
295
Average_Next_token_latency: '28.41'
296
296
Average_token_latency: '35.85'
You can’t perform that action at this time.
0 commit comments