File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030> [ !WARNING]
3131> You are currently on the ` main ` branch which tracks under-development progress
32- > towards the next release. The current release is version [ 2.67 .0] ( https://github.com/triton-inference-server/server/releases/latest )
33- > and corresponds to the 26.03 container release on NVIDIA GPU Cloud (NGC).
32+ > towards the next release. The current release is version [ 2.68 .0] ( https://github.com/triton-inference-server/server/releases/latest )
33+ > and corresponds to the 26.04 container release on NVIDIA GPU Cloud (NGC).
3434
3535# Triton Inference Server
3636
@@ -90,16 +90,16 @@ Inference Server with the
9090
9191``` bash
9292# Step 1: Create the example model repository
93- git clone -b r26.03 https://github.com/triton-inference-server/server.git
93+ git clone -b r26.04 https://github.com/triton-inference-server/server.git
9494cd server/docs/examples
9595./fetch_models.sh
9696
9797# Step 2: Launch triton from the NGC Triton container
98- docker run --gpus=1 --rm --net=host -v ${PWD} /model_repository:/models nvcr.io/nvidia/tritonserver:26.03 -py3 tritonserver --model-repository=/models --model-control-mode explicit --load-model densenet_onnx
98+ docker run --gpus=1 --rm --net=host -v ${PWD} /model_repository:/models nvcr.io/nvidia/tritonserver:26.04 -py3 tritonserver --model-repository=/models --model-control-mode explicit --load-model densenet_onnx
9999
100100# Step 3: Sending an Inference Request
101101# In a separate console, launch the image_client example from the NGC Triton SDK container
102- docker run -it --rm --net=host nvcr.io/nvidia/tritonserver:26.03 -py3-sdk /workspace/install/bin/image_client -m densenet_onnx -c 3 -s INCEPTION /workspace/images/mug.jpg
102+ docker run -it --rm --net=host nvcr.io/nvidia/tritonserver:26.04 -py3-sdk /workspace/install/bin/image_client -m densenet_onnx -c 3 -s INCEPTION /workspace/images/mug.jpg
103103
104104# Inference should return the following
105105Image ' /workspace/images/mug.jpg' :
You can’t perform that action at this time.
0 commit comments