From 63b75e049c247f9d111794afc96ea9bae7d56b1f Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Fri, 20 Oct 2023 12:07:58 -0600 Subject: [PATCH] Update workflow image on README.md (#1338) * Update workflow image on README.md * Update README.md * Update 0 as alive --- .github/workflows/mlc_config.json | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index 8abd9e1793..8cdd2fa1ac 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -1,4 +1,8 @@ { + "aliveStatusCodes": [ + 0, + 200 + ], "ignorePatterns": [ { "pattern": ".*localhost.*" diff --git a/README.md b/README.md index f6f85cae67..08511d74c3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ limitations under the License. [DeepSparse](https://github.com/neuralmagic/deepsparse) is a CPU inference runtime that takes advantage of sparsity to accelerate neural network inference. Coupled with [SparseML](https://github.com/neuralmagic/sparseml), our optimization library for pruning and quantizing your models, DeepSparse delivers exceptional inference performance on CPU hardware.

- NM Flow + NM Flow

## ✨NEW✨ DeepSparse LLMs