From 9989e20e563c26acd33d79536a97429e80a61046 Mon Sep 17 00:00:00 2001 From: Saeid Date: Thu, 30 Jun 2022 10:51:36 +0100 Subject: [PATCH] fix link to minio example in triton page (#4196) --- doc/source/servers/triton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/servers/triton.md b/doc/source/servers/triton.md index 63f6cbd752..944fac8d08 100644 --- a/doc/source/servers/triton.md +++ b/doc/source/servers/triton.md @@ -27,4 +27,4 @@ See more deployment examples in [triton examples](../examples/triton_examples.ht See also: - [Tensorflow MNIST - e2e example with MinIO](../examples/triton_mnist_e2e.html) - [GPT2 Model - pretrained with Azure](../examples/triton_gpt2_example_azure.html) -- [GPT2 Model - pretrained with MinIO](../examples/triton_gpt2_example_azure.html) +- [GPT2 Model - pretrained with MinIO](../examples/triton_gpt2_example.html)