Skip to content

Commit

Permalink
Deployed 097bf28 to master with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2023
1 parent 24d8770 commit aad88aa
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 169 deletions.
8 changes: 6 additions & 2 deletions master/community/presentations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ <h1 id="kserveformally-kfserving-presentations-and-demoes">KServe(Formally KFSer
</thead>
<tbody>
<tr>
<td><a href="https://github.com/terrytangyuan/distributed-ml-patterns">Distributed Machine Learning Patterns</a></td>
<td><a href="https://github.com/terrytangyuan/distributed-ml-patterns">Distributed Machine Learning Patterns from Manning Publications</a></td>
<td>Yuan Tang</td>
</tr>
<tr>
Expand Down Expand Up @@ -1180,9 +1180,13 @@ <h1 id="kserveformally-kfserving-presentations-and-demoes">KServe(Formally KFSer
<td>Dan Sun, Theofilos Papapanagiotou</td>
</tr>
<tr>
<td><a href="https://youtu.be/j039MuKMmMQ?si=LsJsau0ijBLqj2Vc">Kubeflow Summit 2023: Scale your Models to Zero with Knative and Kserve</a></td>
<td><a href="https://youtu.be/j039MuKMmMQ?si=LsJsau0ijBLqj2Vc">Kubeflow Summit 2023: Scale your Models to Zero with Knative and KServe</a></td>
<td>Jooho Lee</td>
</tr>
<tr>
<td><a href="https://youtu.be/Yi8Udjr9nkk?si=WEOCKlfxXNy0H1jZ">Kubeflow Summit 2023: What to choose? ModelMesh vs Model Serving?</a></td>
<td>Vaibhav Jain</td>
</tr>
</tbody>
</table>
</article>
Expand Down
2 changes: 1 addition & 1 deletion master/reference/swagger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ <h1>
</a>
<h1 id="open-inference-protocol-api-specification">Open Inference Protocol API Specification<a class="headerlink" href="#open-inference-protocol-api-specification" title="Permanent link"></a></h1>
<h2 id="rest">REST<a class="headerlink" href="#rest" title="Permanent link"></a></h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="f6c9fd6e" src="swagger-f6c9fd6e.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="ae8bb309" src="swagger-ae8bb309.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<h2 id="grpc">GRPC<a class="headerlink" href="#grpc" title="Permanent link"></a></h2>
<h3 id="serverlive">ServerLive<a class="headerlink" href="#serverlive" title="Permanent link"></a></h3>
<p>The ServerLive API indicates if the inference server is able to receive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("f6c9fd6e");
parent.update_swagger_ui_iframe_height("ae8bb309");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion master/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit aad88aa

Please sign in to comment.