You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend using a Docker container with the necessary dependencies to build TileLang from source. You can use the following command to run a Docker container with the required dependencies:
43
+
We recommend using a Docker container with the necessary dependencies to build **tile-lang** from source. You can use the following command to run a Docker container with the required dependencies:
44
44
45
45
```bash
46
46
docker run --gpus all -it --rm --ipc=host nvcr.io/nvidia/pytorch:23.01-py3
47
47
```
48
48
49
-
To build and install TileLang directly from source, follow these steps. This process requires certain pre-requisites from Apache TVM, which can be installed on Ubuntu/Debian-based systems using the following commands:
49
+
To build and install **tile-lang** directly from source, follow these steps. This process requires certain pre-requisites from Apache TVM, which can be installed on Ubuntu/Debian-based systems using the following commands:
# or pip install tilelang --find-links https://tile-ai.github.io/whl/nightly/cu121/
179
+
```
180
+
181
+
> **Note:** Nightly builds contain the most recent code changes but may be less stable than official releases. They're ideal for testing new features or if you need a specific bugfix that hasn't been released yet.
<p>The easiest way to install TileLang is directly from PyPI using pip. To install the latest version, run the following command in your terminal:</p>
241
+
<p>The easiest way to install <strong>tile-lang</strong> is directly from PyPI using pip. To install the latest version, run the following command in your terminal:</p>
<p>We recommend using a Docker container with the necessary dependencies to build TileLang from source. You can use the following command to run a Docker container with the required dependencies:</p>
266
+
<p>We recommend using a Docker container with the necessary dependencies to build <strong>tile-lang</strong> from source. You can use the following command to run a Docker container with the required dependencies:</p>
<p>To build and install TileLang directly from source, follow these steps. This process requires certain pre-requisites from Apache TVM, which can be installed on Ubuntu/Debian-based systems using the following commands:</p>
270
+
<p>To build and install <strong>tile-lang</strong> directly from source, follow these steps. This process requires certain pre-requisites from Apache TVM, which can be installed on Ubuntu/Debian-based systems using the following commands:</p>
<p>We currently provide three methods to install <strong>TileLang</strong>:</p>
285
+
<p>We currently provide three methods to install <strong>tile-lang</strong>:</p>
286
286
<olclass="arabic simple">
287
287
<li><p><aclass="reference internal" href="#install-method-1">Install from Source (using your own TVM installation)</a></p></li>
288
288
<li><p><aclass="reference internal" href="#install-method-2">Install from Source (using the bundled TVM submodule)</a></p></li>
@@ -372,6 +372,17 @@ <h2>Building from Source<a class="headerlink" href="#building-from-source" title
372
372
</div>
373
373
</section>
374
374
</section>
375
+
<sectionid="install-with-nightly-version">
376
+
<h2>Install with Nightly Version<aclass="headerlink" href="#install-with-nightly-version" title="Permalink to this heading">#</a></h2>
377
+
<p>For users who want access to the latest features and improvements before official releases, we provide nightly builds of <strong>tile-lang</strong>.</p>
<spanclass="c1"># or pip install tilelang --find-links https://tile-ai.github.io/whl/nightly/cu121/</span>
380
+
</pre></div>
381
+
</div>
382
+
<blockquote>
383
+
<div><p><strong>Note:</strong> Nightly builds contain the most recent code changes but may be less stable than official releases. They’re ideal for testing new features or if you need a specific bugfix that hasn’t been released yet.</p>
384
+
</div></blockquote>
385
+
</section>
375
386
</section>
376
387
377
388
</article>
@@ -437,6 +448,7 @@ <h2>Building from Source<a class="headerlink" href="#building-from-source" title
437
448
<li><aclass="reference internal" href="#method-3-install-using-the-provided-script">Method 3: Install Using the Provided Script</a></li>
438
449
</ul>
439
450
</li>
451
+
<li><aclass="reference internal" href="#install-with-nightly-version">Install with Nightly Version</a></li>
0 commit comments