Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis committed Jun 27, 2024
1 parent 0218a0b commit fbf25c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@ OnnxSlim can help you slim your onnx model, with less operators, but same accura
pip install onnxslim
```

## Build From Source
## Install From Source

```bash
pip install git+https://github.com/inisis/OnnxSlim@main
```

## Install From Local

```bash
git clone https://github.com/inisis/OnnxSlim && cd OnnxSlim/
pip install .
```

Expand Down

0 comments on commit fbf25c6

Please sign in to comment.