Skip to content

Commit

Permalink
Update gh-pages (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyux authored Feb 7, 2025
1 parent 596c9d7 commit 6d06ee1
Show file tree
Hide file tree
Showing 165 changed files with 21,485 additions and 17,352 deletions.
11,530 changes: 5,765 additions & 5,765 deletions _cpp_gen/executor.html

Large diffs are not rendered by default.

16,327 changes: 8,167 additions & 8,160 deletions _cpp_gen/runtime.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; tensorrt_llm documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />


<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9bcbadda"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
<script src="../_static/copybutton.js?v=65e89d2a"></script>
Expand Down Expand Up @@ -117,7 +117,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../performance/perf-overview.html">Overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="../performance/perf-benchmarking.html">Benchmarking</a></li>
<li class="toctree-l1"><a class="reference internal" href="../performance/introduction.html">Best Practices</a></li>
<li class="toctree-l1"><a class="reference internal" href="../performance/performance-tuning-guide/index.html">Performance Tuning Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="../performance/perf-analysis.html">Performance Analysis</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Reference</span></p>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h1>All modules for which code is available</h1>
<hr/>

<div role="contentinfo">
<jinja2.runtime.BlockReference object at 0x7f63fe3c25d0>
<jinja2.runtime.BlockReference object at 0x7fdeec7e57f0>

<div class="footer">
<p>
Expand Down
156 changes: 78 additions & 78 deletions _modules/tensorrt_llm/builder.html

Large diffs are not rendered by default.

366 changes: 183 additions & 183 deletions _modules/tensorrt_llm/executor.html

Large diffs are not rendered by default.

442 changes: 221 additions & 221 deletions _modules/tensorrt_llm/functional.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions _modules/tensorrt_llm/layers/activation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tensorrt_llm.layers.activation &mdash; tensorrt_llm documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />


<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
<script src="../../../_static/copybutton.js?v=65e89d2a"></script>
Expand Down Expand Up @@ -117,7 +117,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../performance/perf-overview.html">Overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../performance/perf-benchmarking.html">Benchmarking</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../performance/introduction.html">Best Practices</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../performance/performance-tuning-guide/index.html">Performance Tuning Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../performance/perf-analysis.html">Performance Analysis</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Reference</span></p>
Expand Down Expand Up @@ -175,17 +175,17 @@ <h1>Source code for tensorrt_llm.layers.activation</h1><div class="highlight"><p
<span class="c1"># WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<span class="c1"># See the License for the specific language governing permissions and</span>
<span class="c1"># limitations under the License.</span>
<span class="kn">from</span><span class="w"> </span><span class="nn">..functional</span><span class="w"> </span><span class="kn">import</span> <span class="n">softplus</span><span class="p">,</span> <span class="n">tanh</span>
<span class="kn">from</span><span class="w"> </span><span class="nn">..module</span><span class="w"> </span><span class="kn">import</span> <span class="n">Module</span>
<span class="kn">from</span> <span class="nn">..functional</span> <span class="kn">import</span> <span class="n">softplus</span><span class="p">,</span> <span class="n">tanh</span>
<span class="kn">from</span> <span class="nn">..module</span> <span class="kn">import</span> <span class="n">Module</span>


<div class="viewcode-block" id="Mish">
<a class="viewcode-back" href="../../../python-api/tensorrt_llm.layers.html#tensorrt_llm.layers.activation.Mish">[docs]</a>
<span class="k">class</span><span class="w"> </span><span class="nc">Mish</span><span class="p">(</span><span class="n">Module</span><span class="p">):</span>
<span class="k">class</span> <span class="nc">Mish</span><span class="p">(</span><span class="n">Module</span><span class="p">):</span>

<div class="viewcode-block" id="Mish.forward">
<a class="viewcode-back" href="../../../python-api/tensorrt_llm.layers.html#tensorrt_llm.layers.activation.Mish.forward">[docs]</a>
<span class="k">def</span><span class="w"> </span><span class="nf">forward</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="nb">input</span><span class="p">):</span>
<span class="k">def</span> <span class="nf">forward</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="nb">input</span><span class="p">):</span>
<span class="k">return</span> <span class="nb">input</span> <span class="o">*</span> <span class="n">tanh</span><span class="p">(</span><span class="n">softplus</span><span class="p">(</span><span class="nb">input</span><span class="p">,</span> <span class="n">beta</span><span class="o">=</span><span class="mf">1.0</span><span class="p">,</span> <span class="n">threshold</span><span class="o">=</span><span class="mf">20.0</span><span class="p">))</span></div>
</div>

Expand All @@ -198,7 +198,7 @@ <h1>Source code for tensorrt_llm.layers.activation</h1><div class="highlight"><p
<hr/>

<div role="contentinfo">
<jinja2.runtime.BlockReference object at 0x7f63fef698b0>
<jinja2.runtime.BlockReference object at 0x7fdeec343110>

<div class="footer">
<p>
Expand Down
Loading

0 comments on commit 6d06ee1

Please sign in to comment.