-
Notifications
You must be signed in to change notification settings - Fork 39
Chore/sync after move #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c539ec4
8dff08c
c626cfd
9b41255
5aa140b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||||||
| <!-- <div align="center"> | ||||||||||
| <img src="./assets/logo.png" alt="SmallDoges" width="100%"> | ||||||||||
| <img src="./assets/logo.png" alt="flash-algo" width="100%"> | ||||||||||
| </div> --> | ||||||||||
|
|
||||||||||
| <div align="center"> | ||||||||||
|
|
@@ -67,7 +67,7 @@ pip install flash-sparse-attn --no-build-isolation | |||||||||
| Alternatively, you can compile and install from source: | ||||||||||
|
|
||||||||||
| ```bash | ||||||||||
| git clone https://github.com/SmallDoges/flash-sparse-attn.git | ||||||||||
| git clone https://github.com/flash-algo/flash-sparse-attn.git | ||||||||||
| cd flash-sparse-attn | ||||||||||
| pip install . --no-build-isolation | ||||||||||
| ``` | ||||||||||
|
|
@@ -293,8 +293,8 @@ We welcome contributions from the community! FSA is an open-source project and w | |||||||||
|
|
||||||||||
| ### How to Contribute | ||||||||||
|
|
||||||||||
| - **Report bugs**: Found a bug? Please [open an issue](https://github.com/SmallDoges/flash_sparse_attn/issues/new/choose) | ||||||||||
| - **Request features**: Have an idea for improvement? [Let us know](https://github.com/SmallDoges/flash_sparse_attn/issues/new/choose) | ||||||||||
| - **Report bugs**: Found a bug? Please [open an issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | ||||||||||
| - **Request features**: Have an idea for improvement? [Let us know](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | ||||||||||
|
Comment on lines
+296
to
+297
|
||||||||||
| - **Report bugs**: Found a bug? Please [open an issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | |
| - **Request features**: Have an idea for improvement? [Let us know](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | |
| - **Report bugs**: Found a bug? Please [open an issue](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose) | |
| - **Request features**: Have an idea for improvement? [Let us know](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose) |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||||||
| <!-- <div align="center"> | ||||||||||
| <img src="./assets/logo.png" alt="SmallDoges" width="100%"> | ||||||||||
| <img src="./assets/logo.png" alt="flash-algo" width="100%"> | ||||||||||
| </div> --> | ||||||||||
|
|
||||||||||
| <div align="center"> | ||||||||||
|
|
@@ -67,7 +67,7 @@ pip install flash-sparse-attn --no-build-isolation | |||||||||
| 或者, 您可以从源代码编译和安装: | ||||||||||
|
|
||||||||||
| ```bash | ||||||||||
| git clone https://github.com/SmallDoges/flash-sparse-attn.git | ||||||||||
| git clone https://github.com/flash-algo/flash-sparse-attn.git | ||||||||||
| cd flash-sparse-attn | ||||||||||
|
Comment on lines
+70
to
71
|
||||||||||
| git clone https://github.com/flash-algo/flash-sparse-attn.git | |
| cd flash-sparse-attn | |
| git clone https://github.com/flash-algo/flash-sparse-attention.git | |
| cd flash-sparse-attention |
Copilot
AI
Nov 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repository name mismatch: the URLs use 'flash_sparse_attn' (with underscores) but should be 'flash-sparse-attention' (with hyphens) to match the repository name used consistently in other files.
| - **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | |
| - **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | |
| - **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose) | |
| - **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repository name mismatch: the clone URL uses 'flash-sparse-attn' but should be 'flash-sparse-attention' to match the repository name used in all other URLs (setup.py, pyproject.toml, SECURITY.md, CONTRIBUTING.md, CITATION.cff).