Skip to content

Commit

Permalink
Merge pull request #185 from Idein/bump-onnion-0.8.1
Browse files Browse the repository at this point in the history
Bump onnion 0.8.1
  • Loading branch information
ishiy1993 authored Oct 14, 2022
2 parents 51a4148 + ee2880b commit 2b2b57d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ $ pip3 install onnion
From [Dockerhub](https://hub.docker.com/repository/docker/idein/onnion):

```
docker pull idein/onnion:YYYYMMDD # YYYYMMDD is released date.
or
docker pull idein/onnion:latest
docker pull idein/onnion:20221014
```


Expand All @@ -30,7 +28,7 @@ $ python
With docker:

```
$ docker run --rm -it -u $UID:$GID -v $(pwd):/work idein/onnion:latest ssd-10-post.onnx -o ssd_post_model.py
$ docker run --rm -it -u $UID:$GID -v $(pwd):/work idein/onnion:20221014 ssd-10-post.onnx -o ssd_post_model.py
```

The order of the inputs and the outputs in the `run` method corresponds to the order of the inputs and the outputs in the onnx graph.
Expand Down
2 changes: 1 addition & 1 deletion compiler/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onnion"
version = "0.8.0"
version = "0.8.1"
description = "onnx compiler"
authors = ["Idein Inc."]
license = "Apache-2.0"
Expand Down

0 comments on commit 2b2b57d

Please sign in to comment.