Skip to content

Commit

Permalink
Deployed b20ded1 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeng-scale committed Aug 8, 2023
1 parent 1152e1b commit 592cf66
Show file tree
Hide file tree
Showing 20 changed files with 963 additions and 3 deletions.
15 changes: 15 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,21 @@



<li class="md-nav__item">
<a href="/integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="/pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions api/data_types/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
17 changes: 16 additions & 1 deletion api/error_handling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="prev" href="../data_types/">


<link rel="next" href="../../pricing/">
<link rel="next" href="../../integrations/">

<link rel="icon" href="https://raw.githubusercontent.com/scaleapi/llm-engine/main/docs/_static/favicon-32x32.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.20">
Expand Down Expand Up @@ -535,6 +535,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions api/langchain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions api/python_client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,21 @@



<li class="md-nav__item">
<a href="../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,21 @@



<li class="md-nav__item">
<a href="../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,21 @@



<li class="md-nav__item">
<a href="../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions guides/completions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions guides/endpoint_creation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
16 changes: 16 additions & 0 deletions guides/fine_tuning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down Expand Up @@ -778,6 +793,7 @@ <h2 id="launching-the-fine-tune">Launching the fine-tune<a class="headerlink" hr
<a id="__codelineno-1-9" name="__codelineno-1-9" href="#__codelineno-1-9"></a><span style="color: #008000">print</span>(response<span style="color: #666666">.</span>json())
</code></pre></div>
<p>See the <a href="../../model_zoo">Model Zoo</a> to see which models have fine-tuning support.</p>
<p>See <a href="../../integrations/">Integrations</a> to see how to track fine-tuning metrics.</p>
<p>Once the fine-tune is launched, you can also <a href="../../api/python_client/#llmengine.fine_tuning.FineTune.get">get the status of your fine-tune</a>. You can also <a href="../../api/python_client/#llmengine.fine_tuning.FineTune.get_events">list events that your fine-tune produces</a>.</p>
<h2 id="making-inference-calls-to-your-fine-tune">Making inference calls to your fine-tune<a class="headerlink" href="#making-inference-calls-to-your-fine-tune" title="Permanent link">&para;</a></h2>
<p>Once your fine-tune is finished, you will be able to start making inference requests to the
Expand Down
15 changes: 15 additions & 0 deletions guides/rate_limits/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions guides/self_hosting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions guides/token_streaming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,21 @@



<li class="md-nav__item">
<a href="../../integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="../../pricing/" class="md-nav__link">
Pricing
Expand Down
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,21 @@



<li class="md-nav__item">
<a href="integrations/" class="md-nav__link">
Integrations
</a>
</li>










<li class="md-nav__item">
<a href="pricing/" class="md-nav__link">
Pricing
Expand Down
Loading

0 comments on commit 592cf66

Please sign in to comment.