Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis committed Jun 3, 2024
1 parent 8e3dec6 commit cd7f6ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OnnxSlim

<p align="center">
<a href="https://pypi.org/project/onnxslim">
<img src="https://badgen.net/pypi/v/onnxslim?color=blue" />
</a>
<a href="https://pypi.org/project/onnxslim">
<img src="https://img.shields.io/pypi/dm/onnxslim?color=blue" />
</a>
Expand Down Expand Up @@ -36,7 +39,7 @@ pip install .
onnxslim your_onnx_model slimmed_onnx_model
```

<div align=left><img src="images/onnxslim.gif"></div>
<div align=left><img src="https://raw.githubusercontent.com/inisis/onnxslim/main/images/onnxslim.gif"></div>

For more usage, see onnxslim -h or refer to our [examples](./examples)

Expand Down

0 comments on commit cd7f6ae

Please sign in to comment.