File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ protocols (version 2) will take place over several releases.
216
216
* Beta release of Python client library that uses community standard
217
217
GRPC inference protocol.
218
218
* See `client documentation
219
- <https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/client_experimental.html> `_
219
+ <https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/docs/ client_experimental.html> `_
220
220
for description and examples showing how to enable and use the new
221
221
GRPC inference protocol and Python client library.
222
222
* Existing HTTP/REST and GRPC protocols, and existing client APIs
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ in a Google Cloud Storage bucket::
87
87
$ gsutil mb gs://triton-inference-server-repository
88
88
89
89
Following the `instructions
90
- <https://docs.nvidia.com/deeplearning/sdk/tensorrt -inference-server-master-branch-guide/docs/run.html#example-model-repository> `_
90
+ <https://docs.nvidia.com/deeplearning/sdk/triton -inference-server-master-branch-guide/docs/run.html#example-model-repository> `_
91
91
download the example model repository to your system and copy it into
92
92
the GCS bucket::
93
93
@@ -220,7 +220,7 @@ from the HTTP endpoint::
220
220
$ curl 34.83.9.133:8000/api/status
221
221
222
222
Follow the `instructions
223
- <https://docs.nvidia.com/deeplearning/sdk/tensorrt -inference-server-master-branch-guide/docs/client.html#getting-the-client-examples> `_
223
+ <https://docs.nvidia.com/deeplearning/sdk/triton -inference-server-master-branch-guide/docs/client.html#getting-the-client-examples> `_
224
224
to get the example image classification client that can be used to
225
225
perform inferencing using image classification models being served by
226
226
the inference server. For example::
Original file line number Diff line number Diff line change 78
78
# link here as well:
79
79
version = version + """<br/>
80
80
Version select: <select onChange="window.location.href = this.value" onFocus="this.selectedIndex = -1">
81
- <option value="https://docs.nvidia.com/deeplearning/sdk/tensorrt -inference-server-guide/docs/index.html">Current release</option>
82
- <option value="https://docs.nvidia.com/deeplearning/sdk/tensorrt -inference-server-master-branch-guide/docs/index.html">master (unstable)</option>
81
+ <option value="https://docs.nvidia.com/deeplearning/sdk/triton -inference-server-guide/docs/index.html">Current release</option>
82
+ <option value="https://docs.nvidia.com/deeplearning/sdk/triton -inference-server-master-branch-guide/docs/index.html">master (unstable)</option>
83
83
<option value="https://docs.nvidia.com/deeplearning/sdk/inference-server-archived/index.html">Older releases</option>
84
84
</select>"""
85
85
174
174
# documentation.
175
175
#
176
176
html_theme_options = {
177
- 'canonical_url' : 'https://docs.nvidia.com/deeplearning/sdk/tensorrt -inference-server-guide/docs/index.html' ,
177
+ 'canonical_url' : 'https://docs.nvidia.com/deeplearning/sdk/triton -inference-server-guide/docs/index.html' ,
178
178
'collapse_navigation' : False ,
179
179
'display_version' : True ,
180
180
'logo_only' : False ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ NVIDIA Triton Inference Server
34
34
You are currently viewing unstable developer preview
35
35
of the documentation. To see the documentation for the latest
36
36
stable release click `here
37
- <https://docs.nvidia.com/deeplearning/sdk/tensorrt -inference-server-guide/docs/index.html> `_.
37
+ <https://docs.nvidia.com/deeplearning/sdk/triton -inference-server-guide/docs/index.html> `_.
38
38
39
39
.. include :: ../README.rst
40
40
:start-after: overview-begin-marker-do-not-remove
You can’t perform that action at this time.
0 commit comments