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
* Update README.md
- replacing absolute .md models and recipes links w/ html links
- updating Contributor Covenant 2.0 to 2.1
- retiring discourse links
- Reformatting links that have punctuation outside the links to be inclusive of punctuation within the links (e.g., periods or commas)
* Update CODE_OF_CONDUCT.md
contributor-covenant updated from 2.0 to 2.1
* Update models.md
added formatting
* Update index.rst
- updating SparseZoo Repo to go to UI website instead of GitHub
- removing Discourse link
* Update CONTRIBUTING.md
removing Discourse
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ For documentation edits, include:
77
77
78
78
## Question or Problem
79
79
80
-
Sign up or log in: **Deep Sparse Community**[Discourse Forum](https://https://discuss.neuralmagic.com/) and/or [Slack](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ). 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!
80
+
Sign up or log in to our [**Deep Sparse CommunitySlack**](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ). 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!
@@ -55,19 +55,19 @@ limitations under the License.
55
55
56
56
[SparseZoo is a constantly-growing repository](https://sparsezoo.neuralmagic.com) of sparsified (pruned and pruned-quantized) models with matching sparsification recipes for neural networks.
57
57
It simplifies and accelerates your time-to-value in building performant deep learning models with a collection of inference-optimized models and recipes to prototype from.
58
-
Read more about sparsification [here](https://docs.neuralmagic.com/main/source/getstarted.html#sparsification).
58
+
Read more about sparsification [here.](https://docs.neuralmagic.com/main/source/getstarted.html#sparsification)
59
59
60
60
Available via API and hosted in the cloud, the SparseZoo contains both baseline and models sparsified to different degrees of inference performance vs. baseline loss recovery.
61
-
Recipe-driven approaches built around sparsification algorithms allow you to take the models as given, transfer-learn from the models onto private datasets, or transfer the recipes to your architectures.
61
+
Recipe-driven approaches built around sparsification algorithms allow you to use the models as given, transfer-learn from the models onto private datasets, or transfer the recipes to your architectures.
62
62
63
63
The [GitHub repository](https://github.com/neuralmagic/sparsezoo) contains the Python API code to handle the connection and authentication to the cloud.
@@ -185,19 +185,18 @@ Additionally, more information can be found via [GitHub Releases.](https://githu
185
185
186
186
### License
187
187
188
-
The project is licensed under the [Apache License Version 2.0](https://github.com/neuralmagic/sparsezoo/blob/main/LICENSE).
188
+
The project is licensed under the [Apache License Version 2.0.](https://github.com/neuralmagic/sparsezoo/blob/main/LICENSE)
189
189
190
190
## Community
191
191
192
192
### Contribute
193
193
194
-
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).
194
+
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)
195
195
196
196
### Join
197
197
198
-
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://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ).
199
-
We are growing the community member by member and happy to see you there.
198
+
For user help or questions about SparseZoo, sign up or log in to our [**Deep Sparse Community Slack**](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ). 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)
200
199
201
200
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.
202
201
203
-
For more general questions about Neural Magic, please fill out this [form](http://neuralmagic.com/contact/).
202
+
For more general questions about Neural Magic, please fill out this [form.](http://neuralmagic.com/contact/)
0 commit comments