Skip to content

Commit

Permalink
Deployed 3f26b53 to 0.14 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2024
1 parent 4ccc400 commit de54063
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 192 deletions.
6 changes: 1 addition & 5 deletions 0.14/modelserving/storage/oci/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1285,13 +1285,9 @@ <h1 id="serving-models-with-oci-images">Serving models with OCI images<a class="
</ul>
<p>Modelcars represents a step forward in efficient model serving, particularly beneficial for handling large models and dynamic serving environments.</p>
<h2 id="enabling-modelcars">Enabling Modelcars<a class="headerlink" href="#enabling-modelcars" title="Permanent link"></a></h2>
<p>Modelcars is an experimental feature in KServe and is not enabled by default.
<p>Modelcars feature in KServe is not enabled by default.
To take advantage of this new model serving method, it needs to be activated in the KServe configuration.
Follow the steps below to enable Modelcars in your environment.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Modelcars are currently in an experimental phase. Enable this feature in a test environment first to ensure it meets your requirements before using it in a production setting.</p>
</div>
<p>Modelcars can be enabled by modifying the <code>storageInitializer</code> configuration in the <code>inferenceservice-config</code> ConfigMap.
This can be done manually using <code>kubectl edit</code> or by executing the script provided below, with the current namespace set to the namespace where the <code>kserve-controller-manager</code> is installed (depends on the way how KServer is installed.)</p>
<div class="highlight"><pre><span></span><code><span class="c1"># Script to enable Modelcars</span>
Expand Down
2 changes: 1 addition & 1 deletion 0.14/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit de54063

Please sign in to comment.