File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
docs/source/examples/containers Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ * Fixed inference examples docs generation
5+
46v1.12.0 (2025-05-12)
57--------------------
68
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Calling the inference endpoint in async mode
33
44This example demonstrates how to call the inference endpoint in async mode.
55
6- .. literalinclude :: ../../../../examples/containers/calling_the_inference_endpoint_in_async_mode .py
6+ .. literalinclude :: ../../../../examples/containers/calling_the_endpoint_asynchronously .py
77 :language: python
88 :caption: Calling the inference endpoint in async mode
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Calling the inference endpoint in sync mode
33
44This example demonstrates how to call the inference endpoint in sync mode.
55
6- .. literalinclude :: ../../../../examples/containers/calling_the_inference_endpoint_in_sync_mode .py
6+ .. literalinclude :: ../../../../examples/containers/calling_the_endpoint_synchronously .py
77 :language: python
88 :caption: Calling the inference endpoint in sync mode
You can’t perform that action at this time.
0 commit comments