Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0493b70 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Sep 2, 2024
1 parent c4d4859 commit 99e1651
Show file tree
Hide file tree
Showing 19 changed files with 249 additions and 249 deletions.
2 changes: 1 addition & 1 deletion mistralrs/enum.ModelKind.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mistralrs/layers/struct.PhiRopeConfig.html

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions mistralrs/struct.Tensor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mistralrs/trait.TryIntoDType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// Required method
fn <a href="#tymethod.try_into_dtype" class="fn">try_into_dtype</a>(&amp;self, devices: &amp;[&amp;<a class="enum" href="enum.Device.html" title="enum mistralrs::Device">Device</a>]) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.80.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="enum.DType.html" title="enum mistralrs::DType">DType</a>, <a class="struct" href="https://docs.rs/anyhow/1.0.85/anyhow/struct.Error.html" title="struct anyhow::Error">Error</a>&gt;;
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Type which can be converted to a DType</p>
</div></details><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.try_into_dtype" class="method"><a class="src rightside" href="../src/mistralrs_core/utils/normal.rs.html#52">source</a><h4 class="code-header">fn <a href="#tymethod.try_into_dtype" class="fn">try_into_dtype</a>(&amp;self, devices: &amp;[&amp;<a class="enum" href="enum.Device.html" title="enum mistralrs::Device">Device</a>]) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.80.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="enum.DType.html" title="enum mistralrs::DType">DType</a>, <a class="struct" href="https://docs.rs/anyhow/1.0.85/anyhow/struct.Error.html" title="struct anyhow::Error">Error</a>&gt;</h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TryIntoDType-for-DType" class="impl"><a class="src rightside" href="../src/mistralrs_core/utils/normal.rs.html#55">source</a><a href="#impl-TryIntoDType-for-DType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoDType.html" title="trait mistralrs::TryIntoDType">TryIntoDType</a> for <a class="enum" href="enum.DType.html" title="enum mistralrs::DType">DType</a></h3></section><section id="impl-TryIntoDType-for-ModelDType" class="impl"><a class="src rightside" href="../src/mistralrs_core/utils/normal.rs.html#154">source</a><a href="#impl-TryIntoDType-for-ModelDType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoDType.html" title="trait mistralrs::TryIntoDType">TryIntoDType</a> for <a class="enum" href="enum.ModelDType.html" title="enum mistralrs::ModelDType">ModelDType</a></h3></section></div><script src="../trait.impl/mistralrs_core/utils/normal/trait.TryIntoDType.js" data-ignore-extern-crates="candle_core,mistralrs_core" async></script></section></div></main></body></html>
</div></details><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.try_into_dtype" class="method"><a class="src rightside" href="../src/mistralrs_core/utils/normal.rs.html#52">source</a><h4 class="code-header">fn <a href="#tymethod.try_into_dtype" class="fn">try_into_dtype</a>(&amp;self, devices: &amp;[&amp;<a class="enum" href="enum.Device.html" title="enum mistralrs::Device">Device</a>]) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.80.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="enum.DType.html" title="enum mistralrs::DType">DType</a>, <a class="struct" href="https://docs.rs/anyhow/1.0.85/anyhow/struct.Error.html" title="struct anyhow::Error">Error</a>&gt;</h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TryIntoDType-for-DType" class="impl"><a class="src rightside" href="../src/mistralrs_core/utils/normal.rs.html#55">source</a><a href="#impl-TryIntoDType-for-DType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoDType.html" title="trait mistralrs::TryIntoDType">TryIntoDType</a> for <a class="enum" href="enum.DType.html" title="enum mistralrs::DType">DType</a></h3></section><section id="impl-TryIntoDType-for-ModelDType" class="impl"><a class="src rightside" href="../src/mistralrs_core/utils/normal.rs.html#154">source</a><a href="#impl-TryIntoDType-for-ModelDType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoDType.html" title="trait mistralrs::TryIntoDType">TryIntoDType</a> for <a class="enum" href="enum.ModelDType.html" title="enum mistralrs::ModelDType">ModelDType</a></h3></section></div><script src="../trait.impl/mistralrs_core/utils/normal/trait.TryIntoDType.js" data-ignore-extern-crates="mistralrs_core,candle_core" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion mistralrs_core/enum.MistralRsError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mistralrs_core/enum.ModelKind.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mistralrs_core/enum.ResponseErr.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/enum.ToolCallType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/struct.CalledFunction.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/struct.ChunkChoice.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/struct.CompletionChoice.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/struct.CompletionResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/struct.ResponseLogprob.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_core/struct.ResponseMessage.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mistralrs_quant/enum.QuantMethodType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mistralrs_server/completions/struct.ModelErrorMessage.html

Large diffs are not rendered by default.

Loading

0 comments on commit 99e1651

Please sign in to comment.