Skip to content

Commit 9690351

Browse files
authored
Update README.md (#493)
Added EOL announcement to top of page and made minor content edits in response to messaging.
1 parent 0a50d3f commit 9690351

File tree

1 file changed

+15
-56
lines changed

1 file changed

+15
-56
lines changed

README.md

+15-56
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,21 @@ limitations under the License.
2121

2222
<h3>Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes</h3>
2323

24-
<p>
25-
<a href="https://docs.neuralmagic.com/sparsezoo">
26-
<img alt="Documentation" src="https://img.shields.io/badge/documentation-darkred?&style=for-the-badge&logo=read-the-docs" height=25>
27-
</a>
28-
<a href="https://neuralmagic.com/community/">
29-
<img src="https://img.shields.io/badge/slack-purple?style=for-the-badge&logo=slack" height=25>
30-
</a>
31-
<a href="https://github.com/neuralmagic/sparsezoo/issues">
32-
<img src="https://img.shields.io/badge/support%20forums-navy?style=for-the-badge&logo=github" height=25>
33-
</a>
34-
<a href="https://github.com/neuralmagic/sparsezoo/actions/workflows/test-check.yaml">
35-
<img alt="Main" src="https://img.shields.io/github/workflow/status/neuralmagic/sparsezoo/Test%20Checks/main?label=build&style=for-the-badge" height=25>
36-
</a>
37-
<a href="https://github.com/neuralmagic/sparsezoo/releases">
38-
<img alt="GitHub release" src="https://img.shields.io/github/release/neuralmagic/sparsezoo.svg?style=for-the-badge" height=25>
39-
</a>
40-
<a href="https://github.com/neuralmagic/sparsezoo/blob/main/LICENSE">
41-
<img alt="GitHub" src="https://img.shields.io/github/license/neuralmagic/sparsezoo.svg?color=lightgray&style=for-the-badge" height=25>
42-
</a>
43-
<a href="https://github.com/neuralmagic/sparsezoo/blob/main/CODE_OF_CONDUCT.md">
44-
<img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg?color=yellow&style=for-the-badge" height=25>
45-
</a>
46-
<a href="https://www.youtube.com/channel/UCo8dO_WMGYbWCRnj_Dxr4EA">
47-
<img src="https://img.shields.io/badge/-YouTube-red?&style=for-the-badge&logo=youtube&logoColor=white" height=25>
48-
</a>
49-
<a href="https://medium.com/limitlessai">
50-
<img src="https://img.shields.io/badge/medium-%2312100E.svg?&style=for-the-badge&logo=medium&logoColor=white" height=25>
51-
</a>
52-
<a href="https://twitter.com/neuralmagic">
53-
<img src="https://img.shields.io/twitter/follow/neuralmagic?color=darkgreen&label=Follow&style=social" height=25>
54-
</a>
55-
</p>
24+
## 🚨 2025 End of Life Announcement: DeepSparse, SparseML, SparseZoo, and Sparsify
25+
26+
Dear Community,
27+
28+
We’re reaching out with heartfelt thanks and important news. Following [Neural Magic’s acquisition by Red Hat in January 2025](https://www.redhat.com/en/about/press-releases/red-hat-completes-acquisition-neural-magic-fuel-optimized-generative-ai-innovation-across-hybrid-cloud), we’re shifting our focus to commercial and open-source offerings built around [vLLM (virtual large language models)](https://www.redhat.com/en/topics/ai/what-is-vllm).
29+
30+
As part of this transition, we have ceased development and will deprecate the community versions of **DeepSparse (including DeepSparse Enterprise), SparseML, SparseZoo, and Sparsify on June 2, 2025**. After that, these tools will no longer receive updates or support.
31+
32+
From day one, our mission was to democratize AI through efficient, accessible tools. We’ve learned so much from your feedback, creativity, and collaboration—watching these tools become vital parts of your ML journeys has meant the world to us.
33+
34+
Though we’re winding down the community editions, we remain committed to our original values. Now as part of Red Hat, we’re excited to evolve our work around vLLM and deliver even more powerful solutions to the ML community.
35+
36+
To learn more about our next chapter, visit [ai.redhat.com](ai.redhat.com). Thank you for being part of this incredible journey.
37+
38+
_With gratitude, The Neural Magic Team (now part of Red Hat)_
5639

5740
## Overview
5841

@@ -67,18 +50,6 @@ The [GitHub repository](https://github.com/neuralmagic/sparsezoo) contains the P
6750

6851
<img alt="SparseZoo Flow" src="https://docs.neuralmagic.com/docs/source/infographics/sparsezoo.png" width="960px" />
6952

70-
71-
## 🚨 New SparseZoo Models 🚨
72-
### 🎃 October 2023 🎃
73-
**Generative AI**
74-
- Sparse MPT Models - [21 variants](https://sparsezoo.neuralmagic.com/?architectures=mpt&ungrouped=true)
75-
- ⚡ Highlighted Model ⚡ : [mpt-7b-gsm8k_mpt_pretrain-pruned80_quantized](https://sparsezoo.neuralmagic.com/models/mpt-7b-gsm8k_mpt_pretrain-pruned80_quantized?hardware=deepsparse-c6i.12xlarge&comparison=mpt-7b-gsm8k_mpt_pretrain-base)
76-
- Sparse OPT Models - [12 variants](https://sparsezoo.neuralmagic.com/?architectures=opt&ungrouped=true)
77-
- ⚡ Highlighted Model ⚡ : [opt-6.7b-opt_pretrain-pruned50_quantW8A8](https://sparsezoo.neuralmagic.com/models/opt-6.7b-opt_pretrain-pruned50_quantW8A8?hardware=deepsparse-c6i.12xlarge&comparison=opt-6.7b-opt_pretrain-base)
78-
- Sparse Codegen (mono,multi) Models - [10 variants](https://sparsezoo.neuralmagic.com/?ungrouped=true&architectures=codegen_mono%2Ccodegen_multi)
79-
- ⚡ Highlighted Model ⚡ : [codegen_multi-350m-bigquery_thepile-pruned50_quantized](https://sparsezoo.neuralmagic.com/models/codegen_multi-350m-bigquery_thepile-pruned50_quantized?hardware=deepsparse-c6i.12xlarge&comparison=codegen_multi-350m-bigquery_thepile-base)
80-
81-
8253
## Highlights
8354

8455
- [Model Stub Architecture Overview](https://docs.neuralmagic.com/sparsezoo/source/models.html)
@@ -427,16 +398,4 @@ Additionally, more information can be found via [GitHub Releases.](https://githu
427398

428399
The project is licensed under the [Apache License Version 2.0.](https://github.com/neuralmagic/sparsezoo/blob/main/LICENSE)
429400

430-
## Community
431-
432-
### Contribute
433-
434-
We appreciate contributions to the code, examples, integrations, and documentation as well as bug reports and feature requests! [Learn how here.](https://github.com/neuralmagic/sparsezoo/blob/main/CONTRIBUTING.md)
435-
436-
### Join
437-
438-
For user help or questions about SparseZoo, sign up or log in to our [**Neural Magic Community Slack**](https://neuralmagic.com/community/). We are growing the community member by member and happy to see you there. Bugs, feature requests, or additional questions can also be posted to our [GitHub Issue Queue.](https://github.com/neuralmagic/sparsezoo/issues)
439-
440-
You can get the latest news, webinar and event invites, research papers, and other ML Performance tidbits by [subscribing](https://neuralmagic.com/subscribe/) to the Neural Magic community.
441401

442-
For more general questions about Neural Magic, please fill out this [form.](http://neuralmagic.com/contact/)

0 commit comments

Comments
 (0)