Skip to content

Commit

Permalink
doc: remove invalid code block language (#705)
Browse files Browse the repository at this point in the history
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder committed Sep 3, 2024
1 parent efa4a5a commit c6d811a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AudioQnA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The default model is [openai/whisper-small](https://huggingface.co/openai/whispe

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:

```yml
```yaml
services:
whisper-service:
...
Expand Down
4 changes: 2 additions & 2 deletions ChatQnA/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type-

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

```statistics
```none
Concurrency : 512
Max request count : 2560
Http timeout : 60000
Expand All @@ -290,7 +290,7 @@ Average token latency(ms) : 35.85
======================================================
```

```test spec
```none
benchmarkresult:
Average_Next_token_latency: '28.41'
Average_token_latency: '35.85'
Expand Down

0 comments on commit c6d811a

Please sign in to comment.