Skip to content

Commit

Permalink
Fix typo in tutorial.md (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-hwoo authored Jul 19, 2024
1 parent 30af885 commit a1dc2b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/c++/perf_analyzer/genai-perf/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export RELEASE="yy.mm" # e.g. export RELEASE="24.06"
docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

# Run GenAI-Perf in the container:
```bash
genai-perf profile \
-m gpt2 \
--service-kind triton \
Expand Down Expand Up @@ -145,7 +144,6 @@ export RELEASE="yy.mm" # e.g. export RELEASE="24.06"
docker run -it --net=host --gpus=1 nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

# Run GenAI-Perf in the container:
```bash
genai-perf profile \
-m gpt2 \
--service-kind triton \
Expand Down Expand Up @@ -207,7 +205,6 @@ export RELEASE="yy.mm" # e.g. export RELEASE="24.06"
docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

# Run GenAI-Perf in the container:
```bash
genai-perf profile \
-m gpt2 \
--service-kind openai \
Expand Down Expand Up @@ -270,7 +267,6 @@ docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-


# Run GenAI-Perf in the container:
```bash
genai-perf profile \
-m gpt2 \
--service-kind openai \
Expand Down

0 comments on commit a1dc2b9

Please sign in to comment.