feat: Add graph of download history

This commit is contained in:
Junya Morioka
2025-12-04 23:14:35 +09:00
parent fc5c6ed4b6
commit 612ab6d2ca
+16 -10
View File
@@ -138,16 +138,22 @@ If you use this repository in your research and find it helpful, please cite the
## Star History and Download Statistics
<div style="display: flex; flex-direction: row; gap: 24px; width: 100%;">
<a href="https://www.star-history.com/#mjun0812/flash-attention-prebuild-wheels&type=date&legend=top-left" style="display: inline-block;">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=mjun0812/flash-attention-prebuild-wheels&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=mjun0812/flash-attention-prebuild-wheels&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=mjun0812/flash-attention-prebuild-wheels&type=date&legend=top-left" height="300"/>
</picture>
</a>
<img alt="Download Statistics" src="./docs/data/download_graph.png" height="300" style="display: inline-block;"/>
</div>
<table>
<tr>
<td>
<a href="https://www.star-history.com/#mjun0812/flash-attention-prebuild-wheels&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=mjun0812/flash-attention-prebuild-wheels&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=mjun0812/flash-attention-prebuild-wheels&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=mjun0812/flash-attention-prebuild-wheels&type=date&legend=top-left" height="300"/>
</picture>
</a>
</td>
<td>
<img alt="Download Statistics" src="./docs/data/download_graph.png" height="300"/>
</td>
</tr>
</table>
## Original Repository