Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
senysenyseny16 committed Mar 29, 2024
1 parent 9328f43 commit 0d6fce2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,24 @@
<img src="https://img.shields.io/conda/vn/conda-forge/onnx2torch" />
</a>
<a href="https://pypi.org/project/onnx2torch">
<img src="https://badgen.net/pypi/license/onnx2torch" />
</a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-black" />
<img src="https://badgen.net/github/license/ENOT-AutoDL/onnx2torch" />
</a>
<a href="https://pypi.org/project/onnx2torch">
<img src="https://img.shields.io/pypi/dm/onnx2torch" />
</a>
<a href="https://github.com/ENOT-AutoDL/onnx2torch/stargazers">
<img src="https://img.shields.io/github/stars/ENOT-AutoDL/onnx2torch.svg?style=social&label=Star&maxAge=2592000" />
</a>
<br>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-black" />
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit" />
</a>
<a href="https://conventionalcommits.org">
<img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white" />
</a>
</p>

onnx2torch is an ONNX to PyTorch converter.
Expand Down

0 comments on commit 0d6fce2

Please sign in to comment.