Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,8 @@ def flash_mla(
# Or, you can write copy output_global to peers and reduce by hand
```

## Installation
For detailed instructions, please refer to the [Installation Guide](docs/get_started/Installation.md).

## Call for Contribution!!
TileScale is in its early experimental stage and driven by the open-source community. We're looking for passionate contributors to help shape the future of distributed programming together! If you're excited about designing and developing the next-generation programming paradigm, please contact us: tile-ai@outlook.com. For more information, please check out our [roadmap](https://github.com/tile-ai/tilescale/issues/4).
4 changes: 2 additions & 2 deletions docs/get_started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install -e . --no-build-isolation

3. **Verify Installation**:

Once inside the container, verify that **TileScale** is working correctly:
Verify that **TileScale** is working correctly:

```bash
python -c "import tilelang; print(tilelang.__version__)"
Expand All @@ -36,7 +36,7 @@ You can now run TileScale examples and develop your applications.

**Example Usage:**

After accessing the container, you can run TileScale examples:
You can run TileScale examples:

```bash
cd /home/tilelang
Expand Down
312 changes: 0 additions & 312 deletions examples/distributed/example_allgather_gemm_overlapped_fast_sync.py

This file was deleted.

Loading
Loading