Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,24 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
# Software-delivered AI Inference
|
11 |
|
|
|
|
|
12 |
Download and run our sparsity-aware inference engine and open source tools for GPU-class performance on CPUs.
|
13 |
|
14 |
-
https://github.com/neuralmagic/deepsparse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: 💻
|
4 |
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
# Software-delivered AI Inference
|
11 |
|
12 |
+
Neural Magic helps developers in accelerating deep learning performance using automated model sparsification technologies and a CPU inference engine.
|
13 |
+
|
14 |
Download and run our sparsity-aware inference engine and open source tools for GPU-class performance on CPUs.
|
15 |
|
16 |
+
* [DeepSparse](https://github.com/neuralmagic/deepsparse): Inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application
|
17 |
+
|
18 |
+
* [SparseML](https://github.com/neuralmagic/sparseml): Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models
|
19 |
+
|
20 |
+
* [SparseZoo](https://sparsezoo.neuralmagic.com/): Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
|
21 |
+
|
22 |
+
|
23 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/60466e4b4f40b01b66151416/BrYG-6c74fnlWFxR3LvqT.png" alt="sparsezoo" width="500"/>
|
24 |
+
|