From d7cfc041c63ff5d7b81f861abc49e3bca90d067f Mon Sep 17 00:00:00 2001 From: nickfraser Date: Wed, 31 Jul 2024 11:30:37 +0100 Subject: [PATCH] docs (readme): Fixed GH actions badges (#996) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b24915d25..43fa57de4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Brevitas [![Downloads](https://pepy.tech/badge/brevitas)](https://pepy.tech/project/brevitas) -![Pytest](https://github.com/Xilinx/brevitas/workflows/Pytest/badge.svg?branch=master) -![Examples Pytest](https://github.com/Xilinx/brevitas/workflows/Examples%20Pytest/badge.svg?branch=master) +[![Pytest](https://github.com/Xilinx/brevitas/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/Xilinx/brevitas/actions/workflows/pytest.yml) +[![Examples Pytest](https://github.com/Xilinx/brevitas/actions/workflows/examples_pytest.yml/badge.svg?branch=master)](https://github.com/Xilinx/brevitas/actions/workflows/examples_pytest.yml) [![DOI](https://zenodo.org/badge/140494324.svg)](https://zenodo.org/badge/latestdoi/140494324) Brevitas is a PyTorch library for neural network quantization, with support for both *post-training quantization (PTQ)* and *quantization-aware training (QAT)*.