From cdf1c387416c091e25142ce25c26eb678a0b3e4a Mon Sep 17 00:00:00 2001 From: Mathis Lacombe <81530082+Mathos34@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:16:03 +0200 Subject: [PATCH] docs: add CI status badge to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4f3a1..cd9031e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A hands-on lab comparing post-training quantization, magnitude pruning, and knowledge distillation on small CNNs. -![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white) ![PyTorch](https://img.shields.io/badge/PyTorch-2.5-EE4C2C?logo=pytorch&logoColor=white) ![License](https://img.shields.io/badge/License-MIT-green) +[![CI](https://github.com/Mathos34/cnn-compression-lab/actions/workflows/ci.yml/badge.svg)](https://github.com/Mathos34/cnn-compression-lab/actions/workflows/ci.yml) ![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white) ![PyTorch](https://img.shields.io/badge/PyTorch-2.5-EE4C2C?logo=pytorch&logoColor=white) ![License](https://img.shields.io/badge/License-MIT-green) ![result](assets/result.png)