Skip to content

Commit c6d811a

Browse files
authored
doc: remove invalid code block language (#705)
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent efa4a5a commit c6d811a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AudioQnA/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The default model is [openai/whisper-small](https://huggingface.co/openai/whispe
2222

2323
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:
2424

25-
```yml
25+
```yaml
2626
services:
2727
whisper-service:
2828
...

ChatQnA/benchmark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type-
274274

275275
The following is a summary of the test result, with files saved at `TEST_OUTPUT_DIR`.
276276

277-
```statistics
277+
```none
278278
Concurrency : 512
279279
Max request count : 2560
280280
Http timeout : 60000
@@ -290,7 +290,7 @@ Average token latency(ms) : 35.85
290290
======================================================
291291
```
292292

293-
```test spec
293+
```none
294294
benchmarkresult:
295295
Average_Next_token_latency: '28.41'
296296
Average_token_latency: '35.85'

0 commit comments

Comments
 (0)