Skip to content

Commit

Permalink
set env directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-hwoo committed Sep 19, 2024
1 parent 756a8dd commit f9b8836
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion genai-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The easiest way to install GenAI-Perf is through
Install the latest release using the following command:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="24.08"
export RELEASE="24.08"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down
6 changes: 3 additions & 3 deletions genai-perf/docs/lora.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker run -it --net=host --rm --gpus=all \
Run GenAI-Perf from the Triton Inference Server SDK container:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="24.08"
export RELEASE="24.08"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down Expand Up @@ -149,7 +149,7 @@ docker run \
Run GenAI-Perf from the Triton Inference Server SDK container:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="24.08"
export RELEASE="24.08"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down Expand Up @@ -207,7 +207,7 @@ docker run \
Run GenAI-Perf from the Triton Inference Server SDK container:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="24.08"
export RELEASE="24.08"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down
2 changes: 1 addition & 1 deletion templates/genai-perf-templates/README_template
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The easiest way to install GenAI-Perf is through
Install the latest release using the following command:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="{{ release }}"
export RELEASE="{{ release }}"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down
6 changes: 3 additions & 3 deletions templates/genai-perf-templates/lora_template
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker run -it --net=host --rm --gpus=all \
Run GenAI-Perf from the Triton Inference Server SDK container:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="{{ release }}"
export RELEASE="{{ release }}"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down Expand Up @@ -149,7 +149,7 @@ docker run \
Run GenAI-Perf from the Triton Inference Server SDK container:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="{{ release }}"
export RELEASE="{{ release }}"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down Expand Up @@ -207,7 +207,7 @@ docker run \
Run GenAI-Perf from the Triton Inference Server SDK container:

```bash
export RELEASE="yy.mm" # e.g. export RELEASE="{{ release }}"
export RELEASE="{{ release }}"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk

Expand Down

0 comments on commit f9b8836

Please sign in to comment.