From 0f922975a063ba256fe176534c291cc10a326ab0 Mon Sep 17 00:00:00 2001 From: mhubii Date: Wed, 13 Mar 2024 11:59:27 +0000 Subject: [PATCH] updated links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e6915..f82693b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sparsity-preserving gradient utility tools for PyTorch -[![Python tests](https://github.com/cai4cai/torchsparsegradutils/actions/workflows/python-package.yml/badge.svg)](https://github.com/cai4cai/torchsparsegradutils/actions/workflows/python-package.yml) ![License](https://img.shields.io/github/license/cai4cai/torchsparsegradutils) ![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg) +[![Python tests](https://github.com/cai4cai/torchsparsegradutils/actions/workflows/python-package.yml/badge.svg)](https://github.com/cai4cai/torchsparsegradutils/actions/workflows/python-package.yml) [![License](https://img.shields.io/github/license/cai4cai/torchsparsegradutils)](https://github.com/cai4cai/torchsparsegradutils?tab=Apache-2.0-1-ov-file#readme) [![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) A collection of utility functions to work with PyTorch sparse tensors. This is work-in-progress, here be dragons.