Skip to content

Commit ff0aae7

Browse files
jeanniefinksmarkurtz
authored andcommitted
Update Slack and Discourse Links (#86)
* Update index.rst updated nav w/ Slack and DIscourse link minor formatting tweaks to bulleted lists and markdown typo fix * Update CONTRIBUTING.md added Slack and Discourse links * Update README.md added Discourse and Slack links
1 parent 7b47640 commit ff0aae7

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ For documentation edits, include:
7777

7878
## Question or Problem
7979

80-
- Go to: [GitHub Discussions](https://github.com/neuralmagic/sparsezoo/discussions/)
81-
82-
Post all other questions including support or how to contribute. Don’t forget to search through existing discussions to avoid duplication! Thanks!
80+
Sign up or log in: **Deep Sparse Community** [Discourse Forum](https://https://discuss.neuralmagic.com/) and/or [Slack](https://discuss-neuralmagic.slack.com/). We are growing the community member by member and happy to see you there. Post all other questions including support or how to contribute. Don’t forget to search through existing discussions to avoid duplication! Thanks!
8381

8482
## Developing SparseZoo
8583

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Techniques for sparsification are all encompassing including everything from ind
6868
When implemented correctly, these techniques result in significantly more performant and smaller models with limited to no effect on the baseline metrics.
6969
For example, pruning plus quantization can give noticeable improvements in performance while recovering to nearly the same baseline accuracy.
7070

71-
The Deep Sparse product suite builds on top of sparsification enabling you to easily apply the techniques to your datasets and models using recipe-driven approaches.
72-
Recipes encode the directions for how to sparsify a model into a simple, easily editable format.
71+
The Deep Sparse product suite builds on top of sparsification enabling you to easily apply the techniques to your datasets and models using recipe-driven approaches. Recipes encode the directions for how to sparsify a model into a simple, easily editable format.
72+
7373
- Download a sparsification recipe and sparsified model from the [SparseZoo](https://github.com/neuralmagic/sparsezoo).
7474
- Alternatively, create a recipe for your model using [Sparsify](https://github.com/neuralmagic/sparsify).
7575
- Apply your recipe with only a few lines of code using [SparseML](https://github.com/neuralmagic/sparseml).
@@ -248,7 +248,7 @@ We appreciate contributions to the code, examples, and documentation as well as
248248

249249
## Join the Community
250250

251-
For user help or questions about SparseZoo, use our [GitHub Discussions](https://www.github.com/neuralmagic/sparsezoo/discussions/). Everyone is welcome!
251+
For user help or questions about SparseZoo, sign up or log in: **Deep Sparse Community** [Discourse Forum](https://discuss.neuralmagic.com/) and/or [Slack](https://discuss-neuralmagic.slack.com/). We are growing the community member by member and happy to see you there.
252252

253253
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.
254254

@@ -260,7 +260,7 @@ The project is licensed under the [Apache License Version 2.0](https://github.co
260260

261261
## Release History
262262

263-
Official builds are hosted on PyPi
263+
Official builds are hosted on PyPI
264264

265265
- stable: [sparsezoo](https://pypi.org/project/sparsezoo/)
266266
- nightly (dev): [sparsezoo-nightly](https://pypi.org/project/sparsezoo-nightly/)

docs/index.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ For example, pruning plus quantization can give noticeable improvements in perfo
6666

6767
The Deep Sparse product suite builds on top of sparsification enabling you to easily apply the techniques to your datasets and models using recipe-driven approaches.
6868
Recipes encode the directions for how to sparsify a model into a simple, easily editable format.
69+
6970
- Download a sparsification recipe and sparsified model from the `SparseZoo <https://github.com/neuralmagic/sparsezoo>`_.
7071
- Alternatively, create a recipe for your model using `Sparsify <https://github.com/neuralmagic/sparsify>`_.
7172
- Apply your recipe with only a few lines of code using `SparseML <https://github.com/neuralmagic/sparseml>`_.
@@ -91,7 +92,8 @@ Resources and Learning More
9192
Release History
9293
===============
9394

94-
Official builds are hosted on PyPi
95+
Official builds are hosted on PyPI
96+
9597
- stable: `sparsezoo <https://pypi.org/project/sparsezoo>`_
9698
- nightly (dev): `sparsezoo-nightly <https://pypi.org/project/sparsezoo-nightly>`_
9799

@@ -115,8 +117,10 @@ Additionally, more information can be found via
115117

116118
.. toctree::
117119
:maxdepth: 3
118-
:caption: Help
120+
:caption: Connect Online
119121

120122
Bugs, Feature Requests <https://github.com/neuralmagic/sparsezoo/issues>
121-
Support, General Q&A <https://github.com/neuralmagic/sparsezoo/discussions>
123+
Support, General Q&A Forums <https://discuss.neuralmagic.com/>
124+
Deep Sparse Slack Community <https://discuss-neuralmagic.slack.com/>
122125
Neural Magic Docs <https://docs.neuralmagic.com>
126+

0 commit comments

Comments
 (0)