Skip to content

Commit

Permalink
Update getstarted.html
Browse files Browse the repository at this point in the history
Fix sentence periods and spacing
  • Loading branch information
jeanniefinks authored Dec 3, 2021
1 parent b4ecdbe commit b3e8264
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions source/getstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,35 +315,31 @@ <h2>
Download a sparsification recipe and sparsified model from the
<a class="reference external" href="https://github.com/neuralmagic/sparsezoo">
SparseZoo
</a>
.
</a>.
</p>
</li>
<li>
<p>
Alternatively, create a recipe for your model using
<a class="reference external" href="https://github.com/neuralmagic/sparsify">
Sparsify
</a>
.
</a>.
</p>
</li>
<li>
<p>
Apply your recipe with only a few lines of code using
<a class="reference external" href="https://github.com/neuralmagic/sparseml">
SparseML
</a>
.
</a>.
</p>
</li>
<li>
<p>
Finally, for GPU-level performance on CPUs, deploy your sparse-quantized model with the
<a class="reference external" href="https://github.com/neuralmagic/deepsparse">
DeepSparse Engine
</a>
.
</a>.
</p>
</li>
</ul>
Expand Down Expand Up @@ -627,4 +623,4 @@ <h2>
});
</script>
</body>
</html>
</html>

0 comments on commit b3e8264

Please sign in to comment.