GeeeekExplorer LeiWang1999 commited on
Commit
c60171d
·
verified ·
1 Parent(s): 0770bf3

fix a typo of tilelang ref (#11)

Browse files

- fix a typo of tilelang ref (87687a16b05627ecc6034181ac8f2591faa34722)


Co-authored-by: Lei <LeiWang1999@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -126,7 +126,7 @@ vLLM provides day-0 support of DeepSeek-V3.2-Exp. See the [recipes](https://docs
126
 
127
  ## Open-Source Kernels
128
 
129
- For TileLang kernels with **better readability and research-purpose design**, please refer to [TileLang](https://github.com/tile-ai/tilelang/tree/main/examples/deepseek-v32).
130
 
131
  For **high-performance CUDA kernels**, indexer logit kernels (including paged versions) are available in [DeepGEMM](https://github.com/deepseek-ai/DeepGEMM/pull/200). Sparse attention kernels are released in [FlashMLA](https://github.com/deepseek-ai/FlashMLA/pull/98).
132
 
 
126
 
127
  ## Open-Source Kernels
128
 
129
+ For TileLang kernels with **better readability and research-purpose design**, please refer to [TileLang](https://github.com/tile-ai/tilelang/tree/main/examples/deepseek_v32).
130
 
131
  For **high-performance CUDA kernels**, indexer logit kernels (including paged versions) are available in [DeepGEMM](https://github.com/deepseek-ai/DeepGEMM/pull/200). Sparse attention kernels are released in [FlashMLA](https://github.com/deepseek-ai/FlashMLA/pull/98).
132