[Doc] Add smal table for GEMM backends (#20213)

This commit is contained in:
Brayden Zhong
2026-03-09 22:19:57 -07:00
committed by GitHub
parent 208f1428e9
commit 591e61245a
2 changed files with 39 additions and 0 deletions
+7
View File
@@ -9,11 +9,18 @@ Most documentation files are located under the `docs/` folder.
### Install Dependency
**Linux:**
```bash
apt-get update && apt-get install -y pandoc parallel retry
pip install -r requirements.txt
```
**macOS:**
```bash
brew install pandoc parallel retry
pip install -r requirements.txt
```
### Update Documentation
Update your Jupyter notebooks in the appropriate subdirectories under `docs/`. If you add new files, remember to update `index.rst` (or relevant `.rst` files) accordingly.