Skip to content

Commit 9b41255

Browse files
committed
Update README_zh.md to correct repository links and image alt text
1 parent c626cfd commit 9b41255

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- <div align="center">
2-
<img src="./assets/logo.png" alt="SmallDoges" width="100%">
2+
<img src="./assets/logo.png" alt="flash-algo" width="100%">
33
</div> -->
44

55
<div align="center">
@@ -67,7 +67,7 @@ pip install flash-sparse-attn --no-build-isolation
6767
或者, 您可以从源代码编译和安装:
6868

6969
```bash
70-
git clone https://github.com/SmallDoges/flash-sparse-attn.git
70+
git clone https://github.com/flash-algo/flash-sparse-attn.git
7171
cd flash-sparse-attn
7272
pip install . --no-build-isolation
7373
```
@@ -292,8 +292,8 @@ python benchmarks/grad_equivalence.py
292292

293293
### 如何贡献
294294

295-
- **报告错误**: 发现了错误?请[提交 issue](https://github.com/SmallDoges/flash_sparse_attn/issues/new/choose)
296-
- **功能请求**: 有改进想法?[告诉我们](https://github.com/SmallDoges/flash_sparse_attn/issues/new/choose)
295+
- **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
296+
- **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
297297
- **提交代码**: 准备贡献代码?查看我们的[贡献指南](CONTRIBUTING.md)
298298
- **改进文档**: 帮助我们完善文档
299299

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ classifiers = [
4040
]
4141

4242
[project.urls]
43-
Homepage = "https://github.com/SmallDoges/flash-sparse-attention"
44-
Source = "https://github.com/SmallDoges/flash-sparse-attention"
45-
Issues = "https://github.com/SmallDoges/flash-sparse-attention/issues"
43+
Homepage = "https://github.com/flash-algo/flash-sparse-attention"
44+
Source = "https://github.com/flash-algo/flash-sparse-attention"
45+
Issues = "https://github.com/flash-algo/flash-sparse-attention/issues"
4646

4747
[project.optional-dependencies]
4848
triton = [

0 commit comments

Comments
 (0)