Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: remove invalid code block language #705

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading