Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix downloads badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ranganathkrishnan authored Jul 26, 2023
1 parent b0fc3a1 commit 52cea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A library for Bayesian neural network layers and uncertainty estimation in Deep
[![pytorch](https://img.shields.io/badge/pytorch-1.7.0%2B-orange)](https://github.com/IntelLabs/bayesian-torch)
[![version](https://img.shields.io/badge/release-0.3.0-green)](https://github.com/IntelLabs/bayesian-torch/releases)
[![license](https://img.shields.io/badge/license-BSD%203--Clause-blue)](https://github.com/IntelLabs/bayesian-torch/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/personalized-badge/bayesian-torch?period=total&units=international_system&left_color=grey&right_color=darkblue&left_text=downloads)](https://pepy.tech/project/bayesian-torch)
[![Downloads](https://static.pepy.tech/badge/bayesian-torch)](https://pepy.tech/project/bayesian-torch)
<h4 align="center">
<a href="https://github.com/IntelLabs/bayesian-torch#installing-bayesian-torch">Get Started</a> |
<a href="https://github.com/IntelLabs/bayesian-torch#usage">Example usage</a> |
Expand Down

0 comments on commit 52cea4f

Please sign in to comment.