You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
[Our Documentation website](https://docs.neuralmagic.com/) is a great starting point. To learn more about specific Neural Magic products, review the links below.
23
+
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’ve shifted 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).
43
24
44
-
To file a documentation issue for a specific software component, use its repo issue tracker.
25
+
As part of this transition, we ceased development and deprecated the community versions of **DeepSparse (including DeepSparse Enterprise), SparseML, SparseZoo, and Sparsify on June 2, 2025**. These tools no longer will receive updates or support.
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.
53
28
54
-
For user help or questions, 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 Queues](https://github.com/neuralmagic/) for the related repository.
29
+
Though we’ve wound 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.
55
30
56
-
To contribute to Neural Magic documentation, please:</br>
31
+
To learn more about our next chapter, visit [ai.redhat.com](ai.redhat.com). Thank you for being part of this incredible journey.
57
32
58
-
Open a [GitHub issue](https://github.com/neuralmagic/docs/issues/) and give it
59
-
the `documentation` label.</br>
60
-
Submit a [pull request](https://github.com/neuralmagic/docs/pulls/) with your
61
-
proposed documentation changes.</br>
62
-
Get started with
63
-
[writing and formatting on GitHub.](https://help.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github)
64
-
65
-
To learn more about Neural Magic, [check our website.](https://www.neuralmagic.com)
66
-
</div>
33
+
_With gratitude, The Neural Magic Team (now part of Red Hat)_
67
34
68
-
</div>
69
-
70
-
## Website
71
-
72
-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
73
-
74
-
### Installation
75
-
76
-
```
77
-
$ yarn
78
-
```
79
-
80
-
### Local Development
81
-
82
-
```
83
-
$ yarn start
84
-
```
85
-
86
-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
87
-
88
-
### Build
89
-
90
-
```
91
-
$ yarn build
92
-
```
93
-
94
-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
95
-
96
-
### Deployment
97
-
98
-
Using SSH:
99
-
100
-
```
101
-
$ USE_SSH=true yarn deploy
102
-
```
103
-
104
-
Not using SSH:
105
-
106
-
```
107
-
$ GIT_USER=<Your GitHub username> yarn deploy
108
-
```
109
-
110
-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
0 commit comments