Skip to content

Commit

Permalink
doc: fix JSON example (#124)
Browse files Browse the repository at this point in the history
When you mark a code-block as JSON, it must follow JSON syntax or it
throws a warning when the github.io documents are built.  I
removed the invalid `...`.

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored Sep 13, 2024
1 parent 425b423 commit 7318fb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions evals/benchmark/auto_tuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ Example of a strategy file:
"image": "opea/llm-tgi:latest",
"replica": 4
},
... ...
"reranking-dependency": {
"type": "hpu",
"image": "opea/tei-gaudi:latest",
Expand Down

0 comments on commit 7318fb8

Please sign in to comment.