Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,12 @@ pinned: false
|
|
9 |
|
10 |
# Software-Delivered AI Inference
|
11 |
|
12 |
-
Neural Magic helps developers in accelerating deep learning performance using automated model
|
13 |
-
Download our
|
14 |
-
* [nm-vllm](https://
|
15 |
-
* [DeepSparse](https://github.com/neuralmagic/deepsparse): Inference runtime offering
|
16 |
-
* [
|
17 |
-
|
|
|
|
|
|
|
|
9 |
|
10 |
# Software-Delivered AI Inference
|
11 |
|
12 |
+
Neural Magic helps developers in accelerating deep learning performance using automated model compression technologies and inference engines.
|
13 |
+
Download our compression-aware inference engines and open source tools for fast model inference.
|
14 |
+
* [nm-vllm](https://neuralmagic.com/nm-vllm/): A high-throughput and memory-efficient inference engine for LLMs, our supported enterprise distribution of [vLLM](https://github.com/vllm-project/vllm).
|
15 |
+
* [DeepSparse](https://github.com/neuralmagic/deepsparse): Inference runtime offering accelerated performance on CPUs and APIs to integrate ML into your application
|
16 |
+
* [LLM Compressor](https://github.com/vllm-project/llm-compressor/): Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
In this profile we provide accurate model checkpoints compressed with SOTA methods ready to run in vLLM such as W4A16, W8A16, W8A8 (int8 and fp8), and many more!
|