-
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
Conversation
…to the correct GitHub repository
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.
Pull Request Overview
This PR updates all repository URLs from the old organization name "SmallDoges" to the new organization name "flash-algo" following a repository move.
- Updated GitHub repository URLs across configuration and documentation files
- Updated alt text in README files from "SmallDoges" to "flash-algo"
- Ensured consistency of the new organization name across all project references
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Updated BASE_WHEEL_URL to point to flash-algo organization |
| pyproject.toml | Updated project URLs (Homepage, Source, Issues) to flash-algo organization |
| SECURITY.md | Updated GitHub Issues links to flash-algo organization |
| README_zh.md | Updated repository URLs and alt text to flash-algo in Chinese README |
| README.md | Updated repository URLs and alt text to flash-algo in English README |
| CONTRIBUTING.md | Updated all repository references to flash-algo organization |
| CITATION.cff | Updated project URL to flash-algo organization |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| git clone https://github.com/flash-algo/flash-sparse-attn.git | ||
| cd flash-sparse-attn |
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 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).
| 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 |
| git clone https://github.com/flash-algo/flash-sparse-attn.git | ||
| cd flash-sparse-attn |
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 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).
| 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 |
| - **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) |
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.
| - **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) |
| - **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) | ||
| - **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose) |
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) |
No description provided.