Skip to content

Commit 8440bed

Browse files
committed
add offical document website
1 parent df7e50c commit 8440bed

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MUSA AI Tensor Engine
22

3+
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://mate-docs.mthreads.com/latest/)
4+
35
MATE (**M**USA **A**I **T**ensor **E**ngine) is a centralized library for Generative AI workloads on MUSA. It provides high-performance Attention and GEMM operators, and compatibility wrappers for CUDA-oriented Python APIs.
46

57
## Highlights
@@ -175,18 +177,9 @@ For the guided wrapper-first documentation path, start with [docs/source/overvie
175177
| `tests/` | Correctness and integration tests |
176178
| `benchmarks/` | Performance and benchmarking scripts |
177179

178-
## Build Documentation
179-
180-
After installing `mate`, build the Sphinx docs with:
181-
182-
```bash
183-
pip install sphinx furo myst-parser
184-
cd docs
185-
make html
186-
```
187-
188180
## Quick Links
189181

182+
- Official documentation: [https://mate-docs.mthreads.com/latest/](https://mate-docs.mthreads.com/latest/)
190183
- CLI documentation: [docs/mate_cli.md](docs/mate_cli.md)
191184
- Guard allocator debugging: [docs/guard_allocator.md](docs/guard_allocator.md)
192185
- Environment variables: [docs/environment_variables.md](docs/environment_variables.md)

0 commit comments

Comments
 (0)