Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit b3e8264

Browse files
authored
Update getstarted.html
Fix sentence periods and spacing
1 parent b4ecdbe commit b3e8264

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

source/getstarted.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -315,35 +315,31 @@ <h2>
315315
Download a sparsification recipe and sparsified model from the
316316
<a class="reference external" href="https://github.com/neuralmagic/sparsezoo">
317317
SparseZoo
318-
</a>
319-
.
318+
</a>.
320319
</p>
321320
</li>
322321
<li>
323322
<p>
324323
Alternatively, create a recipe for your model using
325324
<a class="reference external" href="https://github.com/neuralmagic/sparsify">
326325
Sparsify
327-
</a>
328-
.
326+
</a>.
329327
</p>
330328
</li>
331329
<li>
332330
<p>
333331
Apply your recipe with only a few lines of code using
334332
<a class="reference external" href="https://github.com/neuralmagic/sparseml">
335333
SparseML
336-
</a>
337-
.
334+
</a>.
338335
</p>
339336
</li>
340337
<li>
341338
<p>
342339
Finally, for GPU-level performance on CPUs, deploy your sparse-quantized model with the
343340
<a class="reference external" href="https://github.com/neuralmagic/deepsparse">
344341
DeepSparse Engine
345-
</a>
346-
.
342+
</a>.
347343
</p>
348344
</li>
349345
</ul>
@@ -627,4 +623,4 @@ <h2>
627623
});
628624
</script>
629625
</body>
630-
</html>
626+
</html>

0 commit comments

Comments
 (0)