Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -10,3 +10,15 @@ pinned: false
|
|
10 |
# Software-delivered AI Inference
|
11 |
|
12 |
Download and run our sparsity-aware inference engine and tools for GPU-class performance on CPUs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# Software-delivered AI Inference
|
11 |
|
12 |
Download and run our sparsity-aware inference engine and tools for GPU-class performance on CPUs.
|
13 |
+
|
14 |
+
## DeepSparse
|
15 |
+
|
16 |
+
Sparsity-aware neural network inference engine for GPU-class performance on CPUs. [GitHub](https://github.com/neuralmagic/deepsparse)
|
17 |
+
|
18 |
+
## SparseML
|
19 |
+
|
20 |
+
Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models. [GitHub](https://github.com/neuralmagic/sparseml)
|
21 |
+
|
22 |
+
## SparseZoo
|
23 |
+
|
24 |
+
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes. [GitHub](https://github.com/neuralmagic/sparsezoo)
|