Skip to content

Commit 225b578

Browse files
authored
docs: fix formating in README (#56)
change `Specify Multiple Model Instances`'s example format from `json` to `pbtxt` Signed-off-by: Thytu <[email protected]> Signed-off-by: Thytu <[email protected]>
1 parent 5a78164 commit 225b578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Multiple model instances on same GPUs will share the weights, so there will not
216216

217217
Set `count` here to start multiple model instances. Note `KIND_CPU` is the only choice here as the backend needs to take full control of how to distribute multiple model instances to all the visible GPUs.
218218

219-
```json
219+
```pbtxt
220220
instance_group [
221221
{
222222
count: 8
@@ -278,4 +278,4 @@ Sep 2021
278278

279279
Apr 2021
280280
- **Release the FasterTransformer backend 1.0**.
281-
- Support Multi-GPU on GPT.
281+
- Support Multi-GPU on GPT.

0 commit comments

Comments
 (0)